Skip to content

Commit 4de7b67

Browse files
committed
preparing patch
1 parent c481afd commit 4de7b67

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kanpig"
3-
version = "0.1.2-dev"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[dependencies]

changelog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
v0.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

813
v0.1.1
914
*Apr 11, 2024*

experiments/bedtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)