Closed GoogleCodeExporter closed 9 years ago
Using that pipe you are getting a mixture of tabular lines and the records from
the data stream. You want to terminate the data stream with the -x
(--no_stream) option to avoid this:
read_sam -n 10 -i sample.sam | write_tab -o out.txt -x
Read about the data stream here:
http://code.google.com/p/biopieces/wiki/Introduction#The_Data_Stream
Martin
Original comment by martinah...@gmail.com
on 18 Jun 2010 at 5:36
Original issue reported on code.google.com by
zhezhan...@gmail.com
on 17 Jun 2010 at 8:50