Skip to content

Commit

Permalink
Add outdir parameter to ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Oct 21, 2024
1 parent 8df9314 commit 8b02ba3
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 @@ -39,7 +39,7 @@ jobs:
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

- name: Run pipeline with test data
# TODO: Get rid of loca profile when the nf-core like configs are in
# TODO: Get rid of local profile when the nf-core like configs are in
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker
Expand All @@ -57,4 +57,4 @@ jobs:
sudo mv nextflow /usr/local/bin/
- name: Run pipeline with stub-run in alphafold2 split mode
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test_stub,docker
nextflow run ${GITHUB_WORKSPACE} -profile test_stub,docker --oudir results

0 comments on commit 8b02ba3

Please sign in to comment.