Skip to content

Commit

Permalink
Make atlas ready for python 3.10 (#498)
Browse files Browse the repository at this point in the history
* no restriction on python version

* new version for py10
  • Loading branch information
SilasK committed Mar 3, 2022
1 parent 9f96519 commit b00face
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion atlas/workflow/envs/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ channels:
- bioconda
- defaults
dependencies:
- python=3.8
- pandas=1.2
- plotly=5.3
1 change: 0 additions & 1 deletion atlas/workflow/envs/required_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- bioconda
- defaults
dependencies:
- python=3.8
- bbmap=37 # 38.93 has error in minid
- pigz
- bzip2=1.0
Expand Down
2 changes: 1 addition & 1 deletion atlas/workflow/envs/semibin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- bioconda
- defaults
dependencies:
- python=3.8
- python>=3.8
- semibin=0.5
1 change: 0 additions & 1 deletion atlas/workflow/envs/tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ channels:
- bioconda
- defaults
dependencies:
- python=3.6
- ete3=3.1.1
- fasttree=2.1.8
12 changes: 6 additions & 6 deletions atlasenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ channels:
- bioconda
- defaults
dependencies:
- python=3.8
- python>=3.10
- mamba
- bbmap=38
- snakemake-minimal=6.7
- snakemake-minimal=6.15
- pygments
- networkx
- graphviz
- pandas=1.2
- click=7
- ruamel.yaml=0.17
- biopython=1.74
- pandas>=1.2
- click>=7
- ruamel.yaml>=0.17
- biopython>=1.74
- cookiecutter
- xmltodict
- pathlib2

0 comments on commit b00face

Please sign in to comment.