Skip to content

Commit

Permalink
Update Singularity.def
Browse files Browse the repository at this point in the history
fixed Singularity main file
  • Loading branch information
mazzalab authored May 18, 2024
1 parent e7d7581 commit f9c2547
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Singularity.def
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ From: condaforge/mambaforge
PATH=$PATH:/tmp/jre1.8.0_161/bin/

%post
mamba config --set channel_priority strict
mamba install python=3.10
mamba install -c conda-forge -c bioconda snakemake=7.32.3 -y
mamba install -c conda-forge colorama click -y
Expand Down Expand Up @@ -44,4 +43,4 @@ From: condaforge/mambaforge
else
echo "You must provide three + 2 optional arguments [computing mode ('paired' or 'single'), # of cores (int), sample name (string), chunk size (optional, int), ASCII offset (optional, 33 or 64)]"
exit 1
fi
fi

0 comments on commit f9c2547

Please sign in to comment.