I have a .psl file generated from BLAT. I want to convert it to SAM so I can sort out relevant sequences. I tried using psl2sam.pl in SamTools but when I try to view I get:
[samopen] no @SQ lines in the header.
[sam_read1] missing header? Abort!
I didn't specify any parameters when I ran psl2sam.pl, and I have no idea what any of them mean. The usage says:
Usage: psl2sam.pl [-a 1] [-b 3] [-q 5] [-r 2] <in.psl>
I have no idea what this means, could anyone explain? Thanks.
[samopen] no @SQ lines in the header.
[sam_read1] missing header? Abort!
I didn't specify any parameters when I ran psl2sam.pl, and I have no idea what any of them mean. The usage says:
Usage: psl2sam.pl [-a 1] [-b 3] [-q 5] [-r 2] <in.psl>
I have no idea what this means, could anyone explain? Thanks.
Comment