-
Notifications
You must be signed in to change notification settings - Fork 14
Customize the tools used by ROP
Serghei Mangul edited this page Nov 10, 2017
·
2 revisions
Here we explain how to customize the tools used by ROP.
-
Modify the installation script
install.sh
to install the tools of interest in theprerequisite_software
directory. -
Please modify
rop_commands.sh
and replace the corresponding command. During the installation,rop_commands.txt
will be created.
For example, in order to use a different aligner to map unmapped reads onto human genome and transcriptome, the following lines need to be modified
echo "$PWD/prerequisite_software/bwa/bwa mem $PWD/db_human/BWA_version0.6.0/genome.fa" >rop_commands.txt
echo "$PWD/prerequisite_software/bwa/bwa mem $PWD/db_human/BWA_version0.6.0/isoforms_GRCh38_Ensembl.fasta">>rop_commands.txt
Don’t let your unmapped reads go to waste
- Main
- About ROP Tutorial
- What is ROP?
- How ROP works?
- How to prepare unmapped reads
- How to customize tools used by ROP
- Unix Tutorial
- Get started
- Targeted analysis
- ROP analysis: one RNA-Seq sample
- How to run ROP for mouse
- ROP analysis via qsub
- ROP analysis of multiple samples via qsub array
- Immune profiling by ROP (ImReP)
- ImRep across multiple samples
- ROP input details
- ROP output details
- Source of every last read
- Additional options
- How to calculate immune diversity?
- How to run hyper editing pipeline?