Skip to content

Commit

Permalink
fixing env prob in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
cactuskid committed Apr 11, 2024
1 parent 12024d0 commit 18315c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notebooks/Foldtree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@
"mamba config --set auto_update_conda false\n",
"\n",
"# Create the foldtree environment\n",
"mamba create -n foldtree python=\"${PYTHON_VERSION}\" -y\n",
"manba activate foldtree\n",
"\n",
"# Create the foldtree environment\n",
"mamba install -q -c bioconda -c conda-forge -c nodefaults python=\"${PYTHON_VERSION}\" foldseek snakemake snakedeploy snakefmt iqtree muscle quicktree fasttree=2.1.11 clustalo=1.2.4 python-wget ete3 statsmodels toytree toyplot tqdm requests biopython\n"
]
},
Expand Down

0 comments on commit 18315c0

Please sign in to comment.