A slightly trivial question perhaps, but does anyone know why it isn't possible to redirect the output of Bowtie to a text file? I.e. the text printed to the terminal, rather than the actual alignments?
Here's the command, which always outputs a text file of zero size:
bowtie -p 3 -S mm9 -1 myfile1.fastq -2 myfile2.fastq myfile.sam > myfile-Log.txt
Many thanks,
Adam
Here's the command, which always outputs a text file of zero size:
bowtie -p 3 -S mm9 -1 myfile1.fastq -2 myfile2.fastq myfile.sam > myfile-Log.txt
Many thanks,
Adam
Comment