Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Nov 4, 2024
1 parent b92a7af commit bb378a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:

- name: Run pipeline with test data
run: |
nextflow run main.nf \
nextflow \
-log $(pwd)/nextflow.log \
run main.nf \
--outdir results \
--db $(pwd)/assets/databases/emu_database \
--seqtype map-ont \
Expand Down

0 comments on commit bb378a1

Please sign in to comment.