File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " kanpig"
3- version = " 0.1.2-dev "
3+ version = " 0.1.2"
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11v0.1.2
2- * in progress *
2+ * May 5, 2024 *
33
4- * IO improvements: Off-loaded annotation work from the single writer thread to the worker threads and using a large
5- multiple of page size for the BufWriter capacity
4+ * New optional hompolymer filter doesn't kmerize long homopolymers
65* Improved logging info
6+ * Correcting GQ field
7+ * Correcting kmer counting
8+ * Small speed/memory/io improvements
9+ * Off-loaded annotation work from the single writer thread to the worker threads and using a large
10+ multiple of page size for the BufWriter capacity
11+ * Fewer bam file opens
712
813v0.1.1
914* Apr 11, 2024*
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ create() {
1010 --sizemin 50 \
1111 --sizesim 0.95 --seqsim 0.90 --threads 4 \
1212 --maxpaths 10000 --mapq 5 --hapsim 0.98 \
13- --chunksize 100 --maxhom 0 \
13+ --chunksize 100 --maxhom 5 \
1414 -o test_rs/hc.vcf --bed $bed
1515 # --bed /Users/english/code/kanpig/test/GRCh38_HG002-T2TQ100-V1.0_stvar.benchmark.bed \
1616 # --bam /Users/english/code/kanpig/experiments/test_rs/GIABHG002.bam \
You can’t perform that action at this time.
0 commit comments