Skip to content

Commit

Permalink
deps: explicitly state the nodefaults channel in all environments
Browse files Browse the repository at this point in the history
deps: solve minor installation hassles for the main environment
  • Loading branch information
florianzwagemaker committed Apr 4, 2024
1 parent 0ee4d74 commit 749ad4a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions SARS2seq/workflow/envs/Alignment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.7
- minimap2==2.24
Expand Down
1 change: 1 addition & 0 deletions SARS2seq/workflow/envs/Clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.8
- ampligone==1.2.1
Expand Down
6 changes: 4 additions & 2 deletions SARS2seq/workflow/envs/Consensus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.7
- libffi==3.3
Expand All @@ -14,5 +15,6 @@ dependencies:
- tqdm=4.62
- pip
- pip:
- gffpandas>=1.2
- git+https://github.com/RIVM-bioinformatics/TrueConsense.git@v0.5.0
#this is temporary until gffpandas has a patched version released on conda/pypi or when we port the required function in TrueConsense to AminoExtract
- git+https://github.com/florianzwagemaker/gffpandas.git@main
- git+https://github.com/RIVM-bioinformatics/TrueConsense.git@v0.5.1
1 change: 1 addition & 0 deletions SARS2seq/workflow/envs/Mutations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- bcftools==1.14
1 change: 1 addition & 0 deletions SARS2seq/workflow/envs/Typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.7
- libffi==3.3
Expand Down
7 changes: 4 additions & 3 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ channels:
- bioconda
- conda-forge
- intel
- nodefaults
dependencies:
- python=3.7
- conda=4.11
- mamba
- python=3.8
# - conda=4.11
- mamba>1.0
- drmaa==0.7.9
- snakemake==7.12.1
- tabulate==0.8.10
Expand Down

0 comments on commit 749ad4a

Please sign in to comment.