Skip to content

Commit 62b4e50

Browse files
committed
Refactor csq code to provide a mini library for GFF parsing
1 parent 97cfa16 commit 62b4e50

File tree

4 files changed

+1545
-1212
lines changed

4 files changed

+1545
-1212
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ OBJS = main.o vcfindex.o tabix.o \
4242
regidx.o smpl_ilist.o csq.o vcfbuf.o \
4343
mpileup.o bam2bcf.o bam2bcf_indel.o bam2bcf_iaux.o read_consensus.o bam_sample.o \
4444
vcfsort.o cols.o extsort.o dist.o abuf.o \
45-
ccall.o em.o prob1.o kmin.o str_finder.o
45+
ccall.o em.o prob1.o kmin.o str_finder.o gff.o
4646
PLUGIN_OBJS = vcfplugin.o
4747

4848
prefix = /usr/local
@@ -289,6 +289,7 @@ vcfbuf.o: vcfbuf.c $(htslib_vcf_h) $(htslib_vcfutils_h) $(htslib_hts_os_h) $(bcf
289289
abuf.o: abuf.c $(htslib_vcf_h) $(bcftools_h) rbuf.h abuf.h
290290
extsort.o: extsort.c $(bcftools_h) extsort.h kheap.h
291291
smpl_ilist.o: smpl_ilist.c $(bcftools_h) $(smpl_ilist_h)
292+
gff.o: gff.c gff.h regidx.h
292293
csq.o: csq.c $(htslib_hts_h) $(htslib_vcf_h) $(htslib_synced_bcf_reader_h) $(htslib_khash_h) $(htslib_khash_str2int_h) $(htslib_kseq_h) $(htslib_faidx_h) $(bcftools_h) $(filter_h) regidx.h kheap.h $(smpl_ilist_h) rbuf.h
293294

294295
# test programs

0 commit comments

Comments
 (0)