-
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.
Fix usage of htslib vcf_parse(): don't end lines with \n
- Loading branch information
1 parent
f354a22
commit 86b4ffe
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
Submodule htslib
updated
18 files
+1 −2 | Makefile | |
+3 −20 | cram/cram_codecs.c | |
+1 −1 | cram/cram_codecs.h | |
+3 −1 | cram/cram_decode.c | |
+2 −2 | cram/cram_external.c | |
+1 −1 | cram/cram_index.c | |
+22 −0 | cram/cram_io.c | |
+1 −1 | cram/open_trace_file.c | |
+4 −4 | cram/rANS_static.c | |
+1 −1 | cram/sam_header.c | |
+12 −5 | hfile.c | |
+38 −17 | hts.c | |
+22 −1 | hts_internal.h | |
+8 −3 | sam.c | |
+1 −1 | tabix.1 | |
+84 −2 | test/test.pl | |
+0 −93 | test/test_view.pl | |
+13 −8 | vcf.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