Skip to content

Commit

Permalink
Change happy output directory in DeepTrio case studies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 345782376
  • Loading branch information
akolesnikov authored and copybara-github committed Dec 5, 2020
1 parent efb4f5e commit 30497e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/deeptrio-pacbio-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ sudo docker run \
/output/HG002.output.vcf.gz \
-f /benchmark/HG002_GRCh38_1_22_v4.2_benchmark.bed \
-r /reference/GRCh38_no_alt_analysis_set.fasta \
-o /happy/happy.output \
-o /happy/HG002.output \
--engine=vcfeval \
-l chr20

Expand All @@ -259,7 +259,7 @@ sudo docker run \
/output/HG003.output.vcf.gz \
-f /benchmark/HG003_GRCh38_1_22_v4.2_benchmark.bed \
-r /reference/GRCh38_no_alt_analysis_set.fasta \
-o /happy/happy.output \
-o /happy/HG003.output \
--engine=vcfeval \
-l chr20

Expand All @@ -274,7 +274,7 @@ sudo docker run \
/output/HG004.output.vcf.gz \
-f /benchmark/HG004_GRCh38_1_22_v4.2_benchmark.bed \
-r /reference/GRCh38_no_alt_analysis_set.fasta \
-o /happy/happy.output \
-o /happy/HG004.output \
--engine=vcfeval \
-l chr20
```
Expand Down
6 changes: 3 additions & 3 deletions docs/deeptrio-wgs-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ sudo docker run \
/output/HG002.output.vcf.gz \
-f /benchmark/HG002_GRCh38_1_22_v4.2_benchmark.bed \
-r /reference/GRCh38_no_alt_analysis_set.fasta \
-o /happy/happy.output \
-o /happy/HG002.output \
--engine=vcfeval \
-l chr20

Expand All @@ -244,7 +244,7 @@ sudo docker run \
/output/HG003.output.vcf.gz \
-f /benchmark/HG003_GRCh38_1_22_v4.2_benchmark.bed \
-r /reference/GRCh38_no_alt_analysis_set.fasta \
-o /happy/happy.output \
-o /happy/HG003.output \
--engine=vcfeval \
-l chr20

Expand All @@ -259,7 +259,7 @@ sudo docker run \
/output/HG004.output.vcf.gz \
-f /benchmark/HG004_GRCh38_1_22_v4.2_benchmark.bed \
-r /reference/GRCh38_no_alt_analysis_set.fasta \
-o /happy/happy.output \
-o /happy/HG004.output \
--engine=vcfeval \
-l chr20
```
Expand Down

0 comments on commit 30497e4

Please sign in to comment.