Skip to content

Commit

Permalink
fix: channel order for bioconductor package download
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Aug 25, 2022
1 parent f8f3648 commit f57044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/enrichment.smk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rule download_bioconductor_species_database:
log:
"logs/resources/bioconductor/{package}.log",
shell:
"conda create --quiet --yes -p {params.path} --channel bioconda --channel conda-forge "
"conda create --quiet --yes -p {params.path} --channel conda-forge --channel bioconda "
"bioconductor-{wildcards.package}={params.version} > {log} 2>&1"


Expand Down

0 comments on commit f57044a

Please sign in to comment.