-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Isaac Turner
committed
Dec 7, 2018
1 parent
b518520
commit b8fceaa
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bcftools
updated
77 files
Submodule htslib
updated
54 files
Submodule samtools
updated
17 files
+23 −3 | .travis.yml | |
+5 −5 | Makefile | |
+9 −0 | NEWS | |
+4 −0 | README.md | |
+2 −2 | bam_md.c | |
+154 −92 | bam_split.c | |
+1 −1 | bam_tview.h | |
+1 −1 | configure.ac | |
+7 −2 | doc/samtools-split.1 | |
+4 −1 | doc/samtools-view.1 | |
+88 −18 | stats.c | |
+20 −2 | stats_isize.c | |
+41 −0 | test/split/split.expected.grp1.sam | |
+41 −0 | test/split/split.expected.grp2.sam | |
+34 −0 | test/split/split.expected.unk.sam | |
+62 −0 | test/split/split.sam | |
+29 −1 | test/test.pl |