Skip to content

Commit

Permalink
fix: fix channel order under strict priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Aug 25, 2022
1 parent f8f3648 commit bdbfb10
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 9 deletions.
3 changes: 2 additions & 1 deletion workflow/envs/cpat.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
- nodefaults
dependencies:
- cpat =2.0.0
3 changes: 1 addition & 2 deletions workflow/envs/curl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- curl=7.65.3

2 changes: 1 addition & 1 deletion workflow/envs/ens_gene_to_go.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- r-base=4.1
- r-tidyverse=1.3
1 change: 1 addition & 0 deletions workflow/envs/fgsea.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- r-base =4.1
- r-tidyverse =1.3
Expand Down
3 changes: 1 addition & 2 deletions workflow/envs/goatools.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: goatools
channels:
- conda-forge
- bioconda
- defaults
- nodefaults
dependencies:
- goatools =0.9.7
- python =3.7
Expand Down
3 changes: 2 additions & 1 deletion workflow/envs/hmmer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
- nodefaults
dependencies:
- hmmer =3.3
1 change: 1 addition & 0 deletions workflow/envs/ihw.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- r-base =4.1
- bioconductor-ihw =1.20.0
Expand Down
3 changes: 2 additions & 1 deletion workflow/envs/isoform-switch-analyzer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
channels:
- bioconda
- conda-forge
- bioconda
- nodefaults
dependencies:
- bioconductor-isoformswitchanalyzer =1.14
- bioconductor-rhdf5 =2.36
Expand Down
1 change: 1 addition & 0 deletions workflow/envs/kallisto.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- kallisto =0.46
3 changes: 2 additions & 1 deletion workflow/envs/pfam.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- bioconda
- conda-forge
- bioconda
- nodefaults
dependencies:
- pfam_scan =1.6
1 change: 1 addition & 0 deletions workflow/envs/sleuth.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- r-sleuth =0.30
- bioconductor-rhdf5lib =1.12
Expand Down
1 change: 1 addition & 0 deletions workflow/envs/spia.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- r-base =4.1
- bioconductor-spia =2.44
Expand Down
1 change: 1 addition & 0 deletions workflow/envs/vega.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- vega-lite-cli =4.17
- python >=3.9,<4
Expand Down
1 change: 1 addition & 0 deletions workflow/rules/enrichment.smk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rule download_bioconductor_species_database:
# topology- and interaction-aware pathway enrichment analysis


# TODO consider cellphonedb for receptor ligand interaction (Sarah Teichmann, Nature Methods?)
rule spia:
input:
samples="results/sleuth/samples.tsv",
Expand Down
1 change: 1 addition & 0 deletions workflow/rules/ref.smk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO add ability to use gencode (more complete)
rule get_transcriptome:
output:
"resources/transcriptome.{type}.fasta",
Expand Down

0 comments on commit bdbfb10

Please sign in to comment.