Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
everestial authored Apr 16, 2018
1 parent 1257234 commit 7e67b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CHROM POS REF ALT FILTER AF AN BaseQRankSum ClippingRankSum MA605_PI MA605_GT MA


### Report simiplified output (all available fields) for sample MA605,ms01e
python3 vcf_simplify-v2.py --vcf F1.phased_variants.Final02.vcf --out simplified_vcf.txt --samples MA605,ms01e
python3 vcf_simplify-v2.py --vcf F1.phased_variants.Final02.vcf --out simplified_vcf.txt --samples MA605,ms01e

### Expected output
```
Expand All @@ -55,7 +55,7 @@ CHROM POS ID REF ALT QUAL FILTER AF BaseQRankSum ClippingRankSum DP DS END Exces
<br>

### Report simplified output in "long" format
python3 vcf_simplify-v2.py --vcf F1.phased_variants.Final02.vcf --out simplified_vcf.txt --infos AF,AN,BaseQRankSum,ClippingRankSum --formats PI,GT,PG --pre_header CHROM,POS,REF,ALT,FILTER --mode long --samples MA605,ms01e
python3 vcf_simplify-v2.py --vcf F1.phased_variants.Final02.vcf --out simplified_vcf.txt --infos AF,AN,BaseQRankSum,ClippingRankSum --formats PI,GT,PG --pre_header CHROM,POS,REF,ALT,FILTER --mode long --samples MA605,ms01e
### Expected output
```
Expand Down

0 comments on commit 7e67b51

Please sign in to comment.