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
416472ba
Commit
416472ba
authored
4 years ago
by
PLian
Browse files
Options
Downloads
Patches
Plain Diff
Add support for Astrocyte 0.4.0
parent
c2938fbe
Branches
Branches containing commit
Tags
publish_0.0.4
No related merge requests found
Pipeline
#7863
failed with stages
in 18 minutes and 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
astrocyte_pkg.yml
+11
-0
11 additions, 0 deletions
astrocyte_pkg.yml
workflow/configs/biohpc.config
+4
-0
4 additions, 0 deletions
workflow/configs/biohpc.config
with
15 additions
and
0 deletions
astrocyte_pkg.yml
+
11
−
0
View file @
416472ba
...
...
@@ -20,6 +20,17 @@ description: |
in a test file. It can be used as a template to develop workflows, and as to
test the astrocyte platform.
# The Astrocyte version it requires to run this workflow
astrocyte_version
:
'
0.4.0'
# The Nextflow version it requires to run this workflow
nextflow_version
:
'
20.01.0'
# (Optional) The Nextflow config file to use for this workflow. If provided, the file should exist in workflow/configs
nextflow_config
:
'
biohpc.config'
# The container to use for this workflow, none/singularity. If missing the default value 'none' will be used.
container
:
'
singularity'
# The version of singularity to use. This is required if container == 'singularity'
singularity_version
:
'
3.5.3'
# -----------------------------------------------------------------------------
# DOCUMENTATION
# -----------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
workflow/configs/biohpc.config
0 → 100644
+
4
−
0
View file @
416472ba
executor
{
name
=
'local'
cpus
=
1
}
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