additional header columns are removed
tolot27 opened this issue · 1 comments
tolot27 commented
Sambamba removes additional header columns like DS:T
added by Salmon of input files in sam format.
How to reproduce:
Samtools:
echo -e "@SQ\tSN:NM_000014.6\tLN:4610\tDS:T" | samtools view -H -
@SQ SN:NM_000014.6 LN:4610 DS:T
Sambamba:
echo -e "@SQ\tSN:NM_000014.6\tLN:4610\tDS:T" | sambamba view -q -S -H /dev/stdin
@HD VN:1.3
@SQ SN:NM_000014.6 LN:4610
Expected: All header information should be retained even if it is converted to BAM.