Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atacseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
7
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
Container Registry
Operate
Environments
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
BICF
Astrocyte
atacseq_analysis
Commits
dee48112
Commit
dee48112
authored
4 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Update configuration for queue to fix large number of reads.
parent
ce0932d9
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!31
Publish 2.0.4
,
!30
Update configuration for queue to fix large number of reads.
Pipeline
#7702
passed with stages
in 13 hours, 8 minutes, and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
workflow/main.nf
+5
-0
5 additions, 0 deletions
workflow/main.nf
with
6 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
dee48112
...
...
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased ]
### Upgraded
-
Updated support for astrocyte 0.3.1
-
Added queue information to fix memory issue
## [publish_2.0.3 ] - 2020-06-21
### Fixed
...
...
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
5
−
0
View file @
dee48112
...
...
@@ -213,6 +213,7 @@ process alignReads {
tag "${sampleId}-${replicate}"
publishDir "${outDir}/${task.process}/${sampleId}", mode: 'copy'
queue '256GB,256GBv1'
input:
set sampleId, reads, experimentId, replicate, fqLength from trimmedReads
...
...
@@ -264,6 +265,7 @@ process filterReads {
tag "${sampleId}-${replicate}"
publishDir "${outDir}/${task.process}/${sampleId}", mode: 'copy'
queue '128GB,256GB,256GBv1'
input:
set sampleId, mapped, experimentId, replicate from mappedReads
...
...
@@ -326,6 +328,7 @@ process convertReads {
tag "${sampleId}-${replicate}"
publishDir "${outDir}/${task.process}", mode: 'copy'
queue '128GB,256GB,256GBv1'
input:
set sampleId, deduped, bai, experimentId, replicate from convertReads
...
...
@@ -501,6 +504,7 @@ process callPeaksMACS {
tag "${sampleId}-${replicate}"
publishDir "${outDir}/${task.process}/${experimentId}/${replicate}", mode: 'copy'
queue '128GB,256GB,256GBv1'
input:
set sampleId, tagAlign, xcor, experimentId, replicate from experimentRows
...
...
@@ -638,6 +642,7 @@ process peakAnnotation {
process experimentQC {
publishDir "${outDir}/${task.process}", mode: 'copy'
queue '128GB,256GB,256GBv1'
input:
file designExperimentQC
...
...
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