Skip to content

Commit

Permalink
Run snakemake using Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri authored Jan 21, 2025
1 parent abb8756 commit fffbbc2
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 @@ -141,7 +141,7 @@ jobs:
# source $CONDA/bin/activate
# conda activate qcd_env_test
# snakemake -s QCD.smk -p --use-conda --use-singularity --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --cores 4
# uses: snakemake/[email protected]
uses: snakemake/[email protected]
with:
directory: '.'
snakefile: 'QCD.smk'
Expand Down

0 comments on commit fffbbc2

Please sign in to comment.