Skip to content

Commit

Permalink
Fixing cromwell call in vc-test-run
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Dec 13, 2024
1 parent b9f3d93 commit 4e1ab75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/variant-calling-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,8 @@ jobs:
# Run workflow with more verbose logging
java -Dbackend.providers.Local.config.root="workflow_logs" \
-Xmx4g \
-jar cromwell-86.jar run \
-v variantCalling/variantCalling.wdl \
-Xmx4g -jar cromwell-86.jar run \
variantCalling/variantCalling.wdl \
--inputs test/test-inputs.json \
--metadata-output workflow_logs/metadata.json \
2>&1 | tee workflow_logs/workflow.log
Expand Down

0 comments on commit 4e1ab75

Please sign in to comment.