Skip to content

Commit

Permalink
Removed additional single quotes after singularity flag for snakemake…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
dhatribadri committed Dec 4, 2024
1 parent 04737d6 commit f59f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ jobs:
with:
directory: '.'
snakefile: 'QCD.smk'
args: '--cores 4 --use-conda --use-singularity --use-envmodules --conda-cleanup-pkgs cache -j 999 --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --singularity-args "--userns"''
args: '--cores 4 --use-conda --use-singularity --use-envmodules --conda-cleanup-pkgs cache -j 999 --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --singularity-args "--userns"'
#run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit f59f7fb

Please sign in to comment.