Skip to content

Commit

Permalink
add -p flag (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
endast authored May 29, 2024
1 parent db48374 commit 901ff97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
python -m snakemake ${{ (inputs.dry_run && '-n') || '' }} \
-j 2 --directory ${{inputs.pipeline_directory}} \
${{ (endsWith(inputs.pipeline_config, 'ml') && '--configfile') || '' }} ${{ inputs.pipeline_config }} \
--snakefile ${{inputs.pipeline_file}} --show-failed-logs -F ${{ inputs.pipeline_extra_flags }}
--snakefile ${{inputs.pipeline_file}} --show-failed-logs -F -p ${{ inputs.pipeline_extra_flags }}
shell: micromamba-shell {0}
- name: Run post pipeline cmd
if: inputs.postrun_cmd
Expand Down

0 comments on commit 901ff97

Please sign in to comment.