Good morning friends,
Supposing I have and experiment with 10 samples and each with just sra file. In tophat -r 20 test_ref reads_1.fq reads_2.fq
syntax I should mention all of my fastq files? If yes, may you please tell me the order of files. I mean for example I should type reads_1.fq
-> reads_10.fq
?
Thanks a lot
Run tophat on each sample separately (or write a simple bash script with a list of fastq file names as input and specify different output directory for each of them). In case of paired-end
reads_1.fq
andreads_2.fq
defines for Right and Left.