Hi:
I used export2sam.pl on export file created by CASAVA 1.7.0. However the generated sam file does not have @SQ lines, and had problem when used with samtools view etc.
export2sam.pl --read1=test_export.txt > test.sam
samtools view -h -S test.sam
Output is:
[samopen] no @SQ lines in the header.
[sam_read1] missing header? Abort!
Any suggestions? Thanks.
Jason
I used export2sam.pl on export file created by CASAVA 1.7.0. However the generated sam file does not have @SQ lines, and had problem when used with samtools view etc.
export2sam.pl --read1=test_export.txt > test.sam
samtools view -h -S test.sam
Output is:
[samopen] no @SQ lines in the header.
[sam_read1] missing header? Abort!
Any suggestions? Thanks.
Jason
Comment