mourisl / T1K

T1K is a versatile methods to genotype highly polymorphic genes (e.g. KIR, HLA) with bulk or single-cell RNA-seq, WGS or WES data.
MIT License
42 stars 7 forks source link

the bundled example #13

Closed droeatumn closed 1 year ago

droeatumn commented 1 year ago

The README says the example can be run via ./run-t1k -f kiridx/kiridx_rna_seq.fa -1 example/example_1.bam -2 example/example_2.fa -t 8 -o T1K_example but I think it should be ./run-t1k -f kiridx/kiridx_rna_seq.fa -1 example/example_1.fq -2 example/example_2.fq -t 8 -o T1K_example

mourisl commented 1 year ago

Thank you for noticing these typos! They should be fixed now.