Skip to content

Commit

Permalink
Trying to grab workflow ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Jan 12, 2024
1 parent f6b23da commit a933e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_pipeline_on_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
cd release/MultiSampleSmartSeq2SingleNucleus
ls -lht ~/.cromshell || true
ls -lht ./cromshell/ || true
ls -lht ./.cromshell || true
cat ~/.cromshell/all.workflow.database.tsv || true
CRUN=$(cromshell --no_turtle --cromwell_url http://localhost:8000 submit --no-validation -op MultiSampleSmartSeq2SingleNucleus_1.0.options.json -d MultiSampleSmartSeq2SingleNucleus_1.0.zip MultiSampleSmartSeq2SingleNucleus_1.0.wdlfail mouse_example_azure.json)
echo CRUN = $CRUN
Expand Down

0 comments on commit a933e07

Please sign in to comment.