Skip to content
Snippets Groups Projects
Commit 62b24648 authored by Mainguy Jean's avatar Mainguy Jean
Browse files

Update Singularity_recipe_binning

parent a5c4d0a0
No related branches found
Tags 0.2.0
1 merge request!26v2.4.2
Pipeline #100510 waiting for manual action
......@@ -13,11 +13,11 @@ apt-get update && apt-get install -y procps build-essential g++ && apt-get clean
export PATH=/opt/conda/envs/binning/bin:$PATH
# install Binette
wget https://github.com/genotoul-bioinfo/Binette/archive/refs/tags/v0.1.4.tar.gz
tar -xf v0.1.4.tar.gz
rm v0.1.4.tar.gz
wget https://github.com/genotoul-bioinfo/Binette/archive/refs/tags/v0.1.5.tar.gz
tar -xf v0.1.5.tar.gz
rm v0.1.5.tar.gz
pip install Binette-0.1.4/
pip install Binette-0.1.5/
%environment
export PATH=/opt/conda/envs/binning/bin/:/checkm2/bin/:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment