Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astrocyte-atac-source
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
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
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Felix Perez
astrocyte-atac-source
Merge requests
!7
Build first draft of the fix for the module error encountered.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Build first draft of the fix for the module error encountered.
fpwork
into
main
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Felix Perez
requested to merge
fpwork
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e85b13d0
1 commit,
1 year ago
3 files
+
7
−
5
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
workflow/configs/biohpc.config
+
2
−
1
Options
/*
singularity
{
enabled
=
true
runOptions
=
''
@@ -13,7 +14,7 @@ singularity {
cacheDir
=
"$baseDir/images/singularity"
//
Singularity
images
specified
in
`
workflow_containers
`
of
astrocyte_pkg
.
yml
will
be
saved
to
//
this
folder
automatically
,
before
running
the
workflow
.
The
images
will
be
renamed
as
//
"NAME-TAG.img"
,
e
.
g
.
ubuntu
-
latest
.
img
,
centos
-
centos8
.
img
,
r
-
4
.
1
.
1
.
img
,
etc
.
}
}
*/
process
{
executor
=
'slurm'