-
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.
make-pipeline.pl: - add --single-colour option to avoid inferring edges vcfcov.c: - report sum(covgs) / expected_n_kmers - don't report previously used coverage / nkmers numbers - add command string to output VCF header - print stats on total number of kmers used - updated tests to reflect changes libs/carrays: - add libs/carrays library to quickly get array median using qselect() util.c: - remove functionality that has moved to carrays General: - comparison functions use cmp() macro instead of weird (long) casting - use gca_median() instead of sorting then picking median
- Loading branch information
1 parent
c5c8b27
commit 2b13c5e
Showing
41 changed files
with
621 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bcftools
updated
5 files
+20 −0 | test/consensus.5.out | |
+107 −0 | test/norm.split.2.out | |
+85 −0 | test/norm.split.2.vcf | |
+2 −0 | test/test.pl | |
+4 −2 | vcfnorm.c |
Submodule htslib
updated
2 files
+2 −2 | htslib/vcfutils.h | |
+1 −1 | synced_bcf_reader.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule samtools
updated
1 files
+47 −35 | samtools.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.