Hello all
I have a list containing left mate sample reads and a list for right mate sample reads like: list1 = sample11.fastq , ... samplen1.fastq list2 = sample12.fastq , ... samplen2.fastq
I know I should prepare a .sh file for running tophat over my list at the same time, but do not know what is the efficient way. I mean should I write a script like: for i in list1 for j in list2 tophat bwtie_index i j done
and then call my script, is it the best way of doing it? many thanks in advance
thanks a lot if it is the easiest way so i can guess it is not the most efficient one. So what could be a better way?
what is your hardwar configuration ?