Entering edit mode
5.5 years ago
yousefifariba6
•
0
Hi i want convert sam file to txt file but i face to error: samtools idxstats: fail to load index for pleas help me
Hi i want convert sam file to txt file but i face to error: samtools idxstats: fail to load index for pleas help me
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
A sam file is already a plain text document. Anyway,
idxstatsworks on coordinate-sorted BAM files that have been indexed withsamtools index. Please be sure to google and use the search function for these kinds of questions, this has been asked many times before.