Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
5ee4f04d
Commit
5ee4f04d
authored
Mar 09, 2020
by
jlopez
Browse files
Complete
#19
parent
91f85806
Changes
1
Hide whitespace changes
Inline
Side-by-side
inc/js/wicopa.js
View file @
5ee4f04d
...
...
@@ -368,8 +368,10 @@ function generate_container() {
PREVIEW
+=
"
\t
"
+
manager
+
"
-y install curl bzip2
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& curl -sSL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/miniconda.sh
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& bash /tmp/miniconda.sh -bfp /usr/local/
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& conda install -y python=3
\\
"
+
"
\n
"
;
//
PREVIEW += "\t&& conda install -y python=3 \\" + "\n";
PREVIEW
+=
"
\t
&& conda config --add channels bioconda
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& conda config --add channels anaconda
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& conda config --add channels conda-forge
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& conda update conda
\\
"
+
"
\n
"
;
PREVIEW
+=
"
\t
&& conda clean --all --yes
"
+
"
\n
"
;
...
...
@@ -382,8 +384,10 @@ function generate_container() {
PREVIEW
+=
"
&&
"
+
manager
+
"
-y install curl bzip2
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& curl -sSL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/miniconda.sh
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& bash /tmp/miniconda.sh -bfp /usr/local/
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& conda install -y python=3
\\
"
+
"
\n
"
;
//
PREVIEW += "&& conda install -y python=3 \\" + "\n";
PREVIEW
+=
"
&& conda config --add channels bioconda
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& conda config --add channels anaconda
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& conda config --add channels conda-forge
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& conda update conda
\\
"
+
"
\n
"
;
PREVIEW
+=
"
&& conda clean --all --yes
"
+
"
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment