2 files changed
+29
-2
lines changed- .cirrus.yml+50-13
- .gitattributes+4
- .gitignore+5
- INSTALL+11
- LICENSE+2-2
- Makefile+94-23
- NEWS+177-12
- bgzf.c+14-3
- bgzip.1+16-5
- bgzip.c+113-21
- config.mk.in+6
- configure.ac+76-1
- cram/cram_codecs.c+8-8
- cram/cram_decode.c+29-4
- cram/cram_encode.c+473-49
- cram/cram_encode.h+2-1
- cram/cram_external.c+15-2
- cram/cram_io.c+39-14
- cram/cram_structs.h+2
- faidx.c+69-13
- hfile_internal.h+6
- hfile_s3.c+159-57
- hfile_s3_write.c+1-1
- hts.c+37-28
- hts_expr.c+285-69
- hts_probe_cc.sh+114
- hts_time_funcs.h+170
- htscodecs+1-1
- htscodecs_bundled.mk+12-2
- htsfile.1+1-1
- htsfile.c+1-1
- htslib-s3-plugin.7+82-6
- htslib/bgzf.h+3-2
- htslib/cram.h+41-1
- htslib/faidx.h+46-1
- htslib/hfile.h+7-1
- htslib/hts.h+6-3
- htslib/hts_endian.h+8
- htslib/hts_expr.h+63-8
- htslib/hts_log.h+1
- htslib/knetfile.h+1-1
- htslib/ksort.h+3-1
- htslib/kstring.h+1-1
- htslib/sam.h+102-10
- htslib/tbx.h+1
- htslib/vcf.h+134-19
- htslib_vars.mk+1-1
- m4/ax_check_compile_flag.m4+53
- sam.c+241-49
- synced_bcf_reader.c+6-2
- tabix.1+5-6
- tabix.c+1-1
- tbx.c+7-4
- test/base_mods/MM-chebi.out+1
- test/base_mods/MM-double.out+1
- test/base_mods/MM-explicit-x.out+103
- test/base_mods/MM-explicit.out+103
- test/base_mods/MM-explicit.sam+27
- test/base_mods/MM-multi.out+2
- test/base_mods/base-mods.tst+5-3
- test/faidx/ce.1.expected.fa+8
- test/faidx/faidx.1.expected.fa+6
- test/faidx/faidx.fa
- test/faidx/faidx.fa.expected.fai+6
- test/faidx/faidx.tst+74
- test/faidx/fastqs.1.expected.fq+16
- test/faidx/fastqs.2.expected.fa+8
- test/faidx/fastqs.fq
- test/faidx/fastqs.fq.expected.fai+105
- test/faidx/test-faidx.sh+35
- test/fastq/fastq.tst+3
- test/fastq/longline.fq+4
- test/fastq/longline.sam+1
- test/index.vcf.gz.csi
- test/index.vcf.gz.tbi
- test/modhdr.expected.vcf+4
- test/modhdr.vcf.gz
- test/modhdr.vcf.gz.csi
- test/sam.c+46-3
- test/sam_filter/filter.tst+10-7
- test/sam_filter/func5.out+5
- test/sam_filter/func6.out+2
- test/sam_filter/func7.out+3
- test/tabix/vcf_file.bcf
- test/tabix/vcf_file.vcf+1
- test/test-bcf_set_variant_type.c+135
- test/test-logging.pl+1-1
- test/test.pl+66-4
- test/test_bgzf.c+93
- test/test_expr.c+254-121
- test/test_faidx.c+516
- test/test_mod.c+91-8
- test/test_time_funcs.c+125
- test/test_view.c+2-1
- textutils_internal.h+8
- vcf.c+216-31
- version.sh+2-2
Lines changed: 28 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
27 | 53 |
| |
28 | 54 |
| |
29 | 55 |
| |
| |||
37 | 63 |
| |
38 | 64 |
| |
39 | 65 |
| |
40 |
| - | |
| 66 | + | |
| 67 | + | |
41 | 68 |
|
0 commit comments