You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when using easy-search with v17-b804f and setting --format-mode 1 (SAM output), the @SQ header lines of the SAM file are only populated for reference sequences which had alignments. While this is perfectly valid, by dropping the reference sequences without alignments, it precludes and complicates some downstream analyses. For example, samtools depth -aa doesn't know about the reference sequences without alignments, and samtools cat messes up the reference sequence names for two SAMs with different headers, even though the reference file may have been the same to generate them.
Would it be possible to output the @SQ lines for all lines in the input sequence when outputting in SAM format? Thanks for your consideration!
The text was updated successfully, but these errors were encountered:
Thanks for your hard work on this tool!
I noticed when using
easy-search
with v17-b804f and setting--format-mode 1
(SAM output), the@SQ
header lines of the SAM file are only populated for reference sequences which had alignments. While this is perfectly valid, by dropping the reference sequences without alignments, it precludes and complicates some downstream analyses. For example,samtools depth -aa
doesn't know about the reference sequences without alignments, andsamtools cat
messes up the reference sequence names for two SAMs with different headers, even though the reference file may have been the same to generate them.Would it be possible to output the
@SQ
lines for all lines in the input sequence when outputting in SAM format? Thanks for your consideration!The text was updated successfully, but these errors were encountered: