Skip to content

Commit

Permalink
Forgot the alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Jul 16, 2024
1 parent d131154 commit 45e6b82
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,16 @@ jobs:
cd release/MultiSampleSmartSeq2SingleNucleus
- name: 'Submit Workflow with Cromshell'
uses: kevinpalis/cromshell-action@v1
uses: kevinpalis/[email protected]
id: submit-workflow
with:
command: '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.wdl mouse_example_azure.json'

- name: 'Set Alias for Workflow'
uses: kevinpalis/[email protected]
with:
command: 'cromshell alias -- -1 ss_proto_1'

- name: 'Check Workflow Status'
run: |
sleep 3
Expand Down

0 comments on commit 45e6b82

Please sign in to comment.