File tree
5 files changed
+6
-5
lines changed- SeqLib
- src
5 files changed
+6
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 |
| - | |
| 346 | + | |
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| 118 | + | |
118 | 119 |
| |
119 | 120 |
| |
120 | 121 |
| |
|
Submodule fermi-lite updated from 53d8ab6 to 5bc90f8
- .gitignore-5
- Makefile+20-54
- NEWS-6
- README.md+2-3
- bgzf.c+9-11
- config.h.in+38
- config.mk.in+3-9
- configure.ac+6-47
- cram/cram_decode.c+17-58
- cram/cram_encode.c+50-218
- cram/cram_encode.h-10
- cram/cram_external.c-16
- cram/cram_index.c+9-8
- cram/cram_index.h+2-2
- cram/cram_io.c+40-76
- cram/cram_samtools.c+1-1
- cram/cram_stats.c+259-7
- cram/cram_structs.h+1-2
- cram/open_trace_file.c+1
- cram/sam_header.c+2-3
- cram/string_alloc.c+1-1
- cram/zfio.c+35-6
- errmod.c-194
- faidx.c+4-5
- hfile.c+4-66
- hfile_libcurl.c+12-47
- hts.c+21-73
- htslib.mk-3
- htslib/bgzf.h+2-3
- htslib/cram.h+7-30
- htslib/faidx.h+2-3
- htslib/hfile.h+72-111
- htslib/hts.h+5-52
- htslib/ksort.h+1-2
- htslib/kstring.h+68-30
- htslib/regidx.h-2
- htslib/sam.h+5-18
- htslib/synced_bcf_reader.h+2-3
- htslib/tbx.h+2-4
- htslib/vcf.h+3-40
- htslib/vcf_sweep.h+2-3
- htslib/vcfutils.h+2-3
- knetfile.c+1-1
- kstring.c+4-6
- plugin.c+10-24
- probaln.c-279
- realn.c-199
- regidx.c+4-5
- sam.c+6-50
- synced_bcf_reader.c+1
- tbx.c+3-3
- test/auxf#values.sam+2-2
- test/hfile.c+1-9
- test/md#1.sam-12
- test/md.fa-3
- test/md.fa.fai-1
- test/sam.c+1-11
- test/test-regidx.c+5-5
- test/test.pl+6-11
- vcf.c+58-90
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
| |||
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
63 |
| - | |
| 62 | + | |
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
| |||
139 | 138 |
| |
140 | 139 |
| |
141 | 140 |
| |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
0 commit comments