Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger-count
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Iterations
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
Astrocyte
Workflows
Strand Lab
cellranger-count
Commits
3cea5527
Commit
3cea5527
authored
1 year ago
by
John Lafin
Browse files
Options
Downloads
Patches
Plain Diff
Update nextflow version to 23.04.3
parent
e5910839
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
astrocyte_pkg.yml
+1
-1
1 addition, 1 deletion
astrocyte_pkg.yml
workflow/configs/biohpc.config
+8
-0
8 additions, 0 deletions
workflow/configs/biohpc.config
with
9 additions
and
1 deletion
astrocyte_pkg.yml
+
1
−
1
View file @
3cea5527
...
...
@@ -37,7 +37,7 @@ minimum_astrocyte_version: '2.0.0'
# The Nextflow version that requires to run this workflow. For old pipelines, which do not have this label
# a default value of 0.31.0 will be assigned automatically. Please make sure the requested nextflow version is available
# in the module list.
nextflow_version
:
'
2
2
.04.
5
'
nextflow_version
:
'
2
3
.04.
3
'
# (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 omitted, the default value 'none' will be used.
...
...
This diff is collapsed.
Click to expand it.
workflow/configs/biohpc.config
+
8
−
0
View file @
3cea5527
...
...
@@ -4,3 +4,11 @@ process {
queue
=
'256GB,256GBv1,128GB'
time
=
'8h'
}
//
Overwrite
execution
report
files
//
Required
for
nextflow
version
>
22
.
10
.
0
trace
.
overwrite
=
true
dag
.
overwrite
=
true
timeline
.
overwrite
=
true
report
.
overwrite
=
true
\ No newline at end of file
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