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
Unsure if this should be listed as bug or question, but it feels like something isn't working properly to me so I listed it as bug.
From the docs:
"The filterdup command takes an input alignment file and produces an output file in BED format with duplicate reads removed according to the setting."
I ran macs3 filterdup -f BAM --keep-dup=1 -i my/file.bam -o my/file_filterdup.bed
The logs indicate that there are 41436468 , but the output BED file is 41436476 lines long (using wc -l). As I understand, these two values should match.
Unsure if this should be listed as bug or question, but it feels like something isn't working properly to me so I listed it as bug.
From the docs:
"The filterdup command takes an input alignment file and produces an output file in BED format with duplicate reads removed according to the setting."
I ran
macs3 filterdup -f BAM --keep-dup=1 -i my/file.bam -o my/file_filterdup.bed
The logs indicate that there are 41436468 , but the output BED file is 41436476 lines long (using wc -l). As I understand, these two values should match.
BAM file used (expires 5th of July 2024): https://filesender.renater.fr/?s=download&token=4490ed9b-04d3-4e4a-aafa-60afca608c9c
Its index was generated with default params by samtools index.
Where are these 8 extra lines coming from?
PS: I just ran the command on two other BAM files, getting 6 and 8 lines difference respectively.
The text was updated successfully, but these errors were encountered: