Skip to content

Commit

Permalink
updated command lines for WDL tests for C29
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Dec 29, 2017
1 parent b1b0909 commit 63f9f8a
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ CROMWELL_JAR="cromwell-0.29.jar"
# We disable some tests to reduce runtime on Travis

# Cohort WES
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl cnv_germline_cohort_wes_no-gc_workflow_mod.json
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl -i cnv_germline_cohort_wes_no-gc_workflow_mod.json
# Cohort WGS
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl cnv_germline_cohort_wgs_no-gc_workflow_mod.json
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl -i cnv_germline_cohort_wgs_no-gc_workflow_mod.json
# Cohort WES w/ explicit GC correction
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl cnv_germline_cohort_wes_do-gc_workflow_mod.json
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl -i cnv_germline_cohort_wes_do-gc_workflow_mod.json
# Cohort WGS w/ explicit GC correction
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl cnv_germline_cohort_wgs_do-gc_workflow_mod.json
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl -i cnv_germline_cohort_wgs_do-gc_workflow_mod.json

# Case WES
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl cnv_germline_case_wes_no-gc_workflow_mod.json
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl -i cnv_germline_case_wes_no-gc_workflow_mod.json
# Case WGS
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl cnv_germline_case_wgs_no-gc_workflow_mod.json
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl -i cnv_germline_case_wgs_no-gc_workflow_mod.json
# Case WES w/ explicit GC correction
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl cnv_germline_case_wes_do-gc_workflow_mod.json
#java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl -i cnv_germline_case_wes_do-gc_workflow_mod.json
# Case WGS w/ explicit GC correction
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl cnv_germline_case_wgs_do-gc_workflow_mod.json
java -jar ~/${CROMWELL_JAR} run /home/travis/build/broadinstitute/gatk/scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl -i cnv_germline_case_wgs_do-gc_workflow_mod.json

0 comments on commit 63f9f8a

Please sign in to comment.