Teichlab / tracer

TraCeR - reconstruction of T cell receptor sequences from single-cell RNAseq data
Other
124 stars 48 forks source link

Fix bowtie2 not resuming on single end data. #4

Closed rbagd closed 8 years ago

rbagd commented 8 years ago

Current TraCeR script expects existence of $sample_$region_{1,2}.fastq in order to resume from bowtie2 output. With single end data, _{1,2} are never appended and so read alignment is never resumed from. This is just a simple fix adding a conditional on single_end value.

mstubb commented 8 years ago

Thanks for that!

Mike