Skip to content

Commit

Permalink
remove duplicate profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 17, 2024
1 parent 93254d2 commit 533a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
- name: "Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }}"
run: |
nextflow run ${GITHUB_WORKSPACE} -profile -profile ${{ matrix.test_name }},${{ matrix.profile }} -stub \
nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.test_name }},${{ matrix.profile }} -stub \
--outdir /home/runner/work/rnafusion/rnafusion/results --all ${{ matrix.trim_parameters }} \
--genomes_base /home/runner/work/rnafusion/rnafusion/results/references

0 comments on commit 533a7da

Please sign in to comment.