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 tested several files using sambamba mpileup (v0.6.3) and compared the output to samtools mpileup (v1.2). Unfortunately, I noticed that the two output files differ, sambamba output is missing several lines.
* upstream/master:
fix toJSON usage for new and old compilers
test osx build
better .travis.yml, uses dub test and tests ldc
fix tabs/spaces in dub.json
fix toHash signature
fix deprecations and some warnings
std.c -> core.stdc
switch to undead.stream;
fixesbiod/sambamba#244
Hi,
I tested several files using sambamba mpileup (v0.6.3) and compared the output to samtools mpileup (v1.2). Unfortunately, I noticed that the two output files differ, sambamba output is missing several lines.
You can find a test file at:
https://dl.dropboxusercontent.com/u/14071835/test_file.bam
I executed the following script:
Samtools
samtools mpileup -o samtools.mpileup -A -B -Q 0 -d 1000000000 -f hg19.fa test_file.bam
Sambamba
sambamba mpileup -o sambamba.mpileup -t 32 test_file.bam --samtools -A -B -Q 0 -d 1000000000 -f hg19.fa
Show diff
diff samtools.mpileup sambamba.mpileup
Best wishes,
Stephan
The text was updated successfully, but these errors were encountered: