Skip to content

Commit

Permalink
comment global.yaml and add nodefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichl committed Dec 20, 2024
1 parent 5b76b85 commit e4bab5c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

##### global workflow dependencies #####
conda: "envs/global.yaml"
# conda: "envs/global.yaml"

# libraries
import yaml
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/bowtie2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- samtools=1.12
- fastp=0.20.1
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/datamash.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- datamash=1.8
2 changes: 1 addition & 1 deletion workflow/envs/macs2_homer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- perl=5.32.0
- bioconductor-deseq2=1.30.1
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/multiqc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- multiqc=1.18
- python=3.11.6
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/pybedtools.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- deeptools=3.5.1
- bedtools=2.27.1
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/uropa.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- uropa=4.0.3

0 comments on commit e4bab5c

Please sign in to comment.