Skip to content

Commit

Permalink
Fix tyop and remove c/p leak
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Oct 21, 2024
1 parent 2d8900c commit 31fd7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_nextflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Run pipeline with stub-run in alphafold2 split mode
- name: Run pipeline with stub-run
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test_stub,docker --oudir results
nextflow run ${GITHUB_WORKSPACE} -profile test_stub,docker --outdir results

0 comments on commit 31fd7b5

Please sign in to comment.