File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2222 snakefile : .test/Snakefile
2323 args : " --cores 1"
2424
25+ - name : Test environment-file
26+ uses : ./
27+ with :
28+ directory : .test
29+ snakefile : .test/Snakefile
30+ environment-file : .test/environment.yaml
31+ args : " --cores 1"
32+
2533 - name : Test containerize
2634 uses : ./
2735 with :
Original file line number Diff line number Diff line change 1+ channels :
2+ - https://prefix.dev/conda-forge
3+ - https://prefix.dev/bioconda
4+ - nodefaults
5+ dependencies :
6+ - snakemake ==5.9.0
Original file line number Diff line number Diff line change 9494 channels : conda-forge,bioconda
9595 channel-priority : strict
9696 miniforge-version : latest
97- environment-file : ${{ inputs.environment-file != '' && inputs.environment-file || '.snakemake.environment.yaml' }}
97+ environment-file : ${{ inputs.environment-file || '.snakemake.environment.yaml' }}
9898 activate-environment : snakemake
9999
100100 - name : Display snakemake version
You can’t perform that action at this time.
0 commit comments