Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
atacseq_analysis
Commits
dee48112
Commit
dee48112
authored
Jul 28, 2020
by
Venkat Malladi
Browse files
Update configuration for queue to fix large number of reads.
parent
ce0932d9
Pipeline
#7702
passed with stages
in 788 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
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
...
...
workflow/main.nf
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment