Skip to content

Commit e4bab5c

Browse files
committed
comment global.yaml and add nodefaults
1 parent 5b76b85 commit e4bab5c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
##### global workflow dependencies #####
3-
conda: "envs/global.yaml"
3+
# conda: "envs/global.yaml"
44

55
# libraries
66
import yaml

workflow/envs/bowtie2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
4+
- nodefaults
55
dependencies:
66
- samtools=1.12
77
- fastp=0.20.1

workflow/envs/datamash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
4+
- nodefaults
55
dependencies:
66
- datamash=1.8

workflow/envs/macs2_homer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
4+
- nodefaults
55
dependencies:
66
- perl=5.32.0
77
- bioconductor-deseq2=1.30.1

workflow/envs/multiqc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
4+
- nodefaults
55
dependencies:
66
- multiqc=1.18
77
- python=3.11.6

workflow/envs/pybedtools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
4+
- nodefaults
55
dependencies:
66
- deeptools=3.5.1
77
- bedtools=2.27.1

workflow/envs/uropa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
channels:
22
- conda-forge
33
- bioconda
4-
- defaults
4+
- nodefaults
55
dependencies:
66
- uropa=4.0.3

0 commit comments

Comments
 (0)