Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bartcharbon committed Nov 27, 2024
2 parents 0b4a2ac + 3e26554 commit 669255c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ contain the following:

## Usage
```
usage: java -jar vcf-inheritance-matcher.jar -i <arg> [-o <arg>] [-pd
usage: java -jar vcf-inheritance-matcher.jar -i <arg> -m <arg> [-o <arg>] [-pd
<arg>] [-pb <arg>] [-np <arg>] [-c] [-f] [-d]
-i,--input <arg> Input VCF file (.vcf or .vcf.gz).
-m,--metadata <arg> VCF metadata file (.json).
-o,--output <arg> Output VCF file (.vcf or .vcf.gz).
-pd,--pedigree <arg> Comma-separated list of pedigree files
(.ped).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.molgenis</groupId>
<artifactId>vip-inheritance-matcher</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>

<name>vip-inheritance-matcher</name>
<description>Annotates VCF samples with mendelian violation and possible compound flags and
Expand Down

0 comments on commit 669255c

Please sign in to comment.