Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
26f3adf3
Commit
26f3adf3
authored
May 13, 2021
by
Laurent Heirendt
✈
Browse files
first working version
parent
4a6ca1c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
cobrexa.def
View file @
26f3adf3
...
...
@@ -5,19 +5,18 @@ From: crown421/default/juliabase:latest
dir=`pwd`
git clone \
"file://$dir" \
${SINGULARITY_ROOTFS}/
P
roject
${SINGULARITY_ROOTFS}/
p
roject
%post
export JULIA_DEPOT_PATH=/user/.julia
export PATH=/opt/julia/bin:$PATH
cd Project
cd project
julia --project -e 'import Pkg; Pkg.instantiate(); Pkg.build(); Pkg.precompile();'
julia --project -e 'import Pkg; Pkg.add("SBML")'
# julia --project -e 'using Pkg; Pkg.instantiate()'
#julia --project -e 'using Pkg; Pkg.precompile()'
echo 'using COBREXA; COBREXA._print_banner();' > /project/.startup.jl
chmod -R a+rX $JULIA_DEPOT_PATH
%runscript
julia --project=/
P
roject -
e 'using Pkg; Pkg
.statu
s()'
julia
--banner=no
--project=/
p
roject -
-compile=min -i /project/
.sta
r
tu
p.jl
Write
Preview
Markdown
is supported
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