We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969a71c commit a55b341Copy full SHA for a55b341
1 file changed
apptainer/fusemblr.def
@@ -17,12 +17,13 @@ From: quay.io/centos/centos:stream9
17
conda config --add channels conda-forge
18
conda config --append channels pwwang
19
conda config --append channels samtobam
20
- conda install conda-build conda-verify
21
22
# Accept ToS
23
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
24
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
25
+ conda install conda-build conda-verify
26
+
27
# Install your Conda package
28
conda create -n fusemblr samtobam::fusemblr
29
0 commit comments