Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astrocyte_example_wordcount
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
BioHPC
astrocyte_example_wordcount
Commits
f5a161a5
Commit
f5a161a5
authored
2 years ago
by
Peng Lian
Browse files
Options
Downloads
Patches
Plain Diff
Update the config file
parent
a5fa0e4b
No related merge requests found
Pipeline
#12662
failed with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/configs/biohpc.config
+5
-7
5 additions, 7 deletions
workflow/configs/biohpc.config
with
5 additions
and
7 deletions
workflow/configs/biohpc.config
+
5
−
7
View file @
f5a161a5
singularity
{
enabled
=
true
runOptions
=
''
//
Please
do
NOT
use
"--disable-cache"
in
this
runOptions
.
runOptions
=
'
-B /work:/work,/project:/project,/archive:/archive
'
//
Please
do
NOT
use
"--disable-cache"
in
this
runOptions
.
//
Starting
from
version
2
.
0
.
0
,
the
astrocyte_cli
will
clean
up
the
cache
automatically
.
//
runOptions
=
'--bind /vagrant:/vagrant'
//
Use
this
one
for
vagrant
development
env
only
cacheDir
=
"$baseDir/images/singularity"
//
Singularity
images
specified
in
`
workflow_containers
`
of
astrocyte_pkg
.
yml
will
be
saved
to
...
...
@@ -11,17 +11,15 @@ singularity {
process
{
executor
=
'local'
withName
:
parameters
{
//
Path
to
the
singularity
image
files
.
The
prefix
"file://images/singularity/"
is
the
cacheDir
folder
//
in
the
singularity
settings
.
Please
keep
this
prefix
for
the
path
of
your
singularity
images
container
=
'file://images/singularity/ubuntu-latest.img'
container
=
'docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/biohpc/astrocyte_example_wordcount/ubuntu:latest'
}
withName
:
uppercase
{
container
=
'
file://images/singularity
/ubuntu
-
latest
.img
'
container
=
'
docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/biohpc/astrocyte_example_wordcount
/ubuntu
:
latest'
}
withName
:
tolines
{
container
=
'
file://images/singularity/ubuntu-latest.img
'
container
=
'
docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/biohpc/astrocyte_example_wordcount/centos:centos8
'
}
withName
:
wordcounts
{
container
=
'
file://images/singularity
/centos
-
centos8
.img
'
container
=
'
docker://git.biohpc.swmed.edu:5050/astrocyte/workflows/biohpc/astrocyte_example_wordcount
/centos
:
centos8'
}
}
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment