Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit 037cfce

Browse files
committed
fragment the confident regions to improve sensitivity
1 parent b8ad967 commit 037cfce

8 files changed

Lines changed: 954 additions & 282 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ it generates two output files:
110110
The program is executed as follows:
111111

112112
```bash
113-
java -jar target/verilylifesciences-genomewarp-1.0.0-runnable.jar \
113+
java -jar target/verilylifesciences-genomewarp-1.1.0-runnable.jar \
114114
--lift_over_chain_path "${chain}" \
115115
--raw_query_vcf "${queryvcf}" \
116116
--raw_query_bed "${querybed}" \

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>com.verily.genomewarp</groupId>
2323
<artifactId>verilylifesciences-genomewarp</artifactId>
2424
<name>Verily Life Sciences GenomeWarp</name>
25-
<version>1.0.0</version>
25+
<version>1.1.0</version>
2626
<description>GenomeWarp and associated utility libraries. Utility libraries
2727
include VcfToVariant and VariantToVcf, which are used to convert between
2828
VCF-formatted files and Variant V1 protos.</description>

0 commit comments

Comments
 (0)