Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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
cellranger_mkfastq
Commits
27517310
Commit
27517310
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Remove modules and queues from nf
parent
c9ee430e
3 merge requests
!59
Develop
,
!58
Develop
,
!57
39 aws
Pipeline
#5361
failed with stages
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+0
-9
0 additions, 9 deletions
workflow/main.nf
with
0 additions
and
9 deletions
workflow/main.nf
+
0
−
9
View file @
27517310
...
...
@@ -36,7 +36,6 @@ references = params.references
process checkDesignFile {
tag "${name}"
module 'python/3.6.1-2-anaconda'
input:
file designLocation
...
...
@@ -62,7 +61,6 @@ process checkDesignFile {
process untarBCL {
tag "${tar}"
module 'pigz/2.4'
input:
file tar from tarList
...
...
@@ -83,9 +81,7 @@ process untarBCL {
process mkfastq {
tag "${bcl.baseName}"
queue '128GB,256GB,256GBv1,384GB'
publishDir "${outDir}/${task.process}", mode: 'copy', pattern: "{*/outs/**/*.fastq.gz}"
module 'cellranger/3.1.0:bcl2fastq/2.19.1'
input:
each bcl from bclPaths.collect()
...
...
@@ -134,8 +130,6 @@ if (bclCount.value == 1) {
process fastqc {
tag "${bclName}"
queue 'super'
module 'fastqc/0.11.5:parallel'
input:
file fastqPaths
...
...
@@ -158,7 +152,6 @@ process fastqc {
process versions {
tag "${name}"
module 'python/3.6.1-2-anaconda:cellranger/3.1.0:bcl2fastq/2.19.1:fastqc/0.11.5:pandoc/2.7'
input:
...
...
@@ -182,9 +175,7 @@ process versions {
process multiqc {
tag "${name}"
queue 'super'
publishDir "${outDir}/${task.process}/${name}", mode: 'copy', pattern: "{multiqc*}"
module 'multiqc/1.7'
input:
file bqc name "bqc/?/*" from bqcPaths.collect()
...
...
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