Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Blaise LI
bioinfo_utils
Commits
2b2c3b66
Commit
2b2c3b66
authored
Feb 07, 2020
by
Blaise Li
Browse files
Missing directory during container build.
parent
b6b1b78a
Changes
1
Hide whitespace changes
Inline
Side-by-side
singularity/workflows_base.def
View file @
2b2c3b66
...
@@ -25,6 +25,7 @@ Stage: build-haskell
...
@@ -25,6 +25,7 @@ Stage: build-haskell
do
do
(cd ${dir} && grep "local" install.sh && ./install.sh)
(cd ${dir} && grep "local" install.sh && ./install.sh)
done
done
mkdir -p /usr/local/share/doc
echo "# Haskell tools" >> /usr/local/share/doc/program_versions.txt
echo "# Haskell tools" >> /usr/local/share/doc/program_versions.txt
echo "${HASKELL_TOOLS_VERSION}" >> /usr/local/share/doc/program_versions.txt
echo "${HASKELL_TOOLS_VERSION}" >> /usr/local/share/doc/program_versions.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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