YangLab / CIRCexplorer2

circular RNA analysis toolset
http://circexplorer2.readthedocs.org/
Other
76 stars 42 forks source link

Unmapped BAM to single FASTQ (paired-end) #42

Closed anthfm closed 4 years ago

anthfm commented 4 years ago

Hi there, I have been seeing papers using CIRCexplorer2 with an unmapped.bam (paired-end) from TopHat2 that has then been converted to a single FASTQ file (using bedtools), before input into TopHat-Fusion, and subsequently CIRCexplorer2 parse(without --pe flag). Is this recommended? If not, should tophat2 -o tophat_fusion -p 15 --fusion-search --keep-fasta-order --bowtie1 --no-coverage-search hg19_bowtie1_index read_1.fastq read_2.fastq be used with CIRCexplorer2 parse --pe?

Thanks for the help.