ExpressionAnalysis / STAR-SEQR

RNA Fusion Detection and Quantification
Other
16 stars 12 forks source link

Running STAR-SEQR with only star alignment outputs #29

Open GACGAMA opened 3 years ago

GACGAMA commented 3 years ago

Hello! I've been trying to run STARSEQR with reads already aligned (with options for arriba, star-fusion and STARSEQR). When running with the following options:

starseqr.py -sb -sj -p -t 8 -g -r --v or starseqr.py -sj -sb ​-p -t 8 -g -r --v or starseqr.py -sb -p -t 8 -g -r --v I'm always getting:

starseqr.py: error: the following arguments are required: -1/--fastq1, -2/--fastq2

How can I run the fusion caller only with bam files and chimeric junctions?