samtools and I/O redirection
1
0
Entering edit mode
5.8 years ago
wangdp123 ▴ 340

Hello,

I am using 2> and 1> to output the stderr and stdout to two files but when I use samtools to convert test.bam into test.sam, it seems that there is no output in the result file (test.sam).

samtools view -h test.bam > test.sam 2> bam2sam.stderr 1> bam2sam.stdout

Would you like to help me out?

Many thanks,

Tom

samtools • 1.5k views
ADD COMMENT
2
Entering edit mode

let's take a step back, why do you want a sam file to begin with?

ADD REPLY
2
Entering edit mode
5.8 years ago

you use samtools to write to stdout to test.sam, but then you redirect stdout to another file. Not surprisingly, test.sam remains empty...

ADD COMMENT

Login before adding your answer.

Traffic: 2530 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6