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
When using sambamba to remove PCR duplicates, the code I use is: sambamba markdup --overflow-list-size 600000 --tmpdir='./' -r C2C12-50cell-1.bam C2C12-50cell-1.rmdup.bam
Segmentation faults(core dumped) occur when duplicates are removed after they are identified.
Because I had run different data before, I could run it out, so I thought if the version was too low, I updated sambamba.
The above error no longer occurs after the update, but sambamba stops at identifying duplicates because the cpu usage is 0.
The text was updated successfully, but these errors were encountered:
When using sambamba to remove PCR duplicates, the code I use is:
sambamba markdup --overflow-list-size 600000 --tmpdir='./' -r C2C12-50cell-1.bam C2C12-50cell-1.rmdup.bam
Segmentation faults(core dumped) occur when duplicates are removed after they are identified.
Because I had run different data before, I could run it out, so I thought if the version was too low, I updated sambamba.
The above error no longer occurs after the update, but sambamba stops at identifying duplicates because the cpu usage is 0.
The text was updated successfully, but these errors were encountered: