-
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.
ctx_server.c: fix uninitialised memory access, resolves #28
ctx_server.c: - initialise output string memory to zero [resolves issue #28] - add command prompt "> " mccortex-server.py: - strip prompt text from mccortex responses - add example line to usage help Update libraries
- Loading branch information
1 parent
67d6780
commit 2332b7f
Showing
6 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
Submodule bcftools
updated
24 files
+2 −2 | Makefile | |
+15 −4 | doc/bcftools.txt | |
+18 −1 | khash_str2str.h | |
+2 −2 | main.c | |
+22 −8 | ploidy.c | |
+28 −5 | plugins/fill-tags.c | |
+4 −4 | plugins/vcf2sex.c | |
+33 −17 | reheader.c | |
+3 −0 | test/annotate10.hdr | |
+18 −0 | test/annotate10.out | |
+17 −0 | test/annotate10.vcf | |
+4 −0 | test/annots10.tab | |
+55 −0 | test/reheader.3.out | |
+55 −0 | test/reheader.4.out | |
+2 −0 | test/reheader.samples3 | |
+1 −0 | test/reheader.samples4 | |
+3 −0 | test/test.pl | |
+170 −30 | vcfannotate.c | |
+28 −5 | vcfcall.c | |
+126 −5 | vcfconcat.c | |
+2 −1 | vcfindex.c | |
+1 −2 | vcfnorm.c | |
+15 −18 | vcfplugin.c | |
+33 −10 | vcfroh.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
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