Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
cellranger_mkfastq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
7dc9041e
Commit
7dc9041e
authored
Jul 17, 2020
by
Gervaise Henry
🤠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove modules
parent
361c5e01
Pipeline
#7603
passed with stages
in 8 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
workflow/main.nf
workflow/main.nf
+0
-6
No files found.
workflow/main.nf
View file @
7dc9041e
...
...
@@ -89,7 +89,6 @@ process trackStart {
process checkDesignFile {
tag "${name}"
module 'python/3.6.1-2-anaconda'
input:
file check_designScript
...
...
@@ -125,7 +124,6 @@ process checkDesignFile {
process untarBCL {
tag "${tar.simpleName}"
module 'pigz/2.4'
input:
file untarBCLScript
...
...
@@ -153,7 +151,6 @@ process mkfastq {
tag "${bcl.simpleName}"
publishDir "${outDir}/${task.process}", mode: 'copy', pattern: "{*/outs/**/*.fastq.gz}"
queue '128GB,256GB,256GBv1,384GB'
module 'cellranger/3.1.0:bcl2fastq/2.19.1'
input:
file versions_cellrangerScript
...
...
@@ -215,7 +212,6 @@ if (bclCount.value == 1) {
process fastqc {
tag "${bcl}"
module 'fastqc/0.11.5:parallel'
input:
file fastqcScript
...
...
@@ -243,7 +239,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:
file versionsScript
...
...
@@ -275,7 +270,6 @@ process multiqc {
tag "${name}"
publishDir "${outDir}/${task.process}/${name}", mode: 'copy', pattern: "{multiqc*}"
module 'multiqc/1.7'
input:
file multiqcConf
...
...
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