-
Notifications
You must be signed in to change notification settings - Fork 14
ROP input details
Serghei Mangul edited this page Jul 23, 2016
·
3 revisions
ROP accepts : .fastq
, '.fastq', and .bam
. Input can be in gzip format : .fastq.gz
and .fasta.gz
To run ROP for .fastq.gz
input use --gzip
option as follows:
python rop.py --fastqGz example/unmappedExample.fastq.gz test
TO run ROP for .fasta.gz
skipping STEP1-2 use --gzip
and --skipPreliminary
options as follows:
python rop.py --gzip --skipPreliminary example/unmappedExampleFasta.fasta.gz testNew1/
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?