We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1460a6f commit 8a772e1Copy full SHA for 8a772e1
1 file changed
.github/workflows/test_conda.yml
@@ -36,14 +36,17 @@ jobs:
36
- name: Setup conda-forge
37
uses: conda-incubator/setup-miniconda@v3
38
with:
39
- auto-activate-base: true
40
- activate-environment: ""
+ environment-file: workflow/envs/environment.yml
+ activate-environment: emimesh
41
+ auto-activate-base: false
42
miniforge-version: latest
43
channels: conda-forge,bioconda
44
conda-remove-defaults: "true"
45
+
46
- name: Install snakemake
47
run: |
48
conda install snakemake
49
50
- name: Run snakemake
51
- snakemake --use-conda --cores 1 --retries 3 -p --configfile ./config_files/motta2019.yml
52
+ snakemake --cores 2 -p --configfile ./config_files/motta2019.yml
0 commit comments