Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
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
cellranger_count
Commits
3d24ed7e
There was a problem fetching the latest pipeline status.
Commit
3d24ed7e
authored
6 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Make reference folder follow standard to fix
#2
parent
8aac15b4
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!16
Develop
,
!9
Resolve "Remove reference genome full folder"
Pipeline
#3143
passed with stage
in 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
astrocyte_pkg.yml
+9
-9
9 additions, 9 deletions
astrocyte_pkg.yml
workflow/conf/biohpc.config
+33
-0
33 additions, 0 deletions
workflow/conf/biohpc.config
workflow/main.nf
+4
-2
4 additions, 2 deletions
workflow/main.nf
with
46 additions
and
11 deletions
astrocyte_pkg.yml
+
9
−
9
View file @
3d24ed7e
...
@@ -97,15 +97,15 @@ workflow_parameters:
...
@@ -97,15 +97,15 @@ workflow_parameters:
-
id
:
genome
-
id
:
genome
type
:
select
type
:
select
choices
:
choices
:
-
[
'
refdata-cellranger-
GRCh38-3.0.0'
,
'
Human
GRCh38
release
93'
]
-
[
'
GRCh38-3.0.0'
,
'
Human
GRCh38
release
93'
]
-
[
'
refdata-cellranger-
GRCh38-1.2.0'
,
'
Human
GRCh38
release
84'
]
-
[
'
GRCh38-1.2.0'
,
'
Human
GRCh38
release
84'
]
-
[
'
refdata-cellranger-
hg19-3.0.0'
,
'
Human
GRCh37
(hg19)
release
87'
]
-
[
'
hg19-3.0.0'
,
'
Human
GRCh37
(hg19)
release
87'
]
-
[
'
refdata-cellranger-
hg19-1.2.0'
,
'
Human
GRCh37
(hg19)
release
84'
]
-
[
'
hg19-1.2.0'
,
'
Human
GRCh37
(hg19)
release
84'
]
-
[
'
refdata-cellranger-
mm10-3.0.0'
,
'
Mouse
GRCm38
(mm10)
release
93'
]
-
[
'
mm10-3.0.0'
,
'
Mouse
GRCm38
(mm10)
release
93'
]
-
[
'
refdata-cellranger-
mm10-1.2.0'
,
'
Mouse
GRCm38
(mm10)
release
84'
]
-
[
'
mm10-1.2.0'
,
'
Mouse
GRCm38
(mm10)
release
84'
]
-
[
'
refdata-cellranger-
hg19_and_mm10-3.0.0'
,
'
Human
GRCh37
(hg19)
+
Mouse
GRCm38
(mm19)
release
93'
]
-
[
'
hg19_and_mm10-3.0.0'
,
'
Human
GRCh37
(hg19)
+
Mouse
GRCm38
(mm19)
release
93'
]
-
[
'
refdata-cellranger-
hg19_and_mm10-1.2.0'
,
'
Human
GRCh37
(hg19)
+
Mouse
GRCm38
(mm19)
release
84'
]
-
[
'
hg19_and_mm10-1.2.0'
,
'
Human
GRCh37
(hg19)
+
Mouse
GRCm38
(mm19)
release
84'
]
-
[
'
refdata-cellranger-
ercc92-1.2.0'
,
'
ERCC.92
Spike-In'
]
-
[
'
ercc92-1.2.0'
,
'
ERCC.92
Spike-In'
]
required
:
true
required
:
true
description
:
|
description
:
|
Reference species and genome used for alignment and subsequent analysis.
Reference species and genome used for alignment and subsequent analysis.
...
...
This diff is collapsed.
Click to expand it.
workflow/conf/biohpc.config
+
33
−
0
View file @
3d24ed7e
...
@@ -18,6 +18,39 @@ process {
...
@@ -18,6 +18,39 @@ process {
}
}
}
}
params
{
//
Reference
file
paths
on
BioHPC
genomes
{
'GRCh38-3.0.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'GRCh38-1.2.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'hg19-3.0.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'hg19-1.2.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'mm10-3.0.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'mm10-1.2.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'hg19_and_mm10-3.0.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'hg19_and_mm10-1.2.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
'ercc92-1.2.0'
{
loc
=
'/project/apps_database/cellranger/refdata-cellranger-'
}
}
}
trace
{
trace
{
enabled
=
true
enabled
=
true
file
=
'pipeline_trace.txt'
file
=
'pipeline_trace.txt'
...
...
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
4
−
2
View file @
3d24ed7e
...
@@ -6,7 +6,9 @@
...
@@ -6,7 +6,9 @@
// Define Input variables
// Define Input variables
params.fastq = "$baseDir/../test_data/*.fastq.gz"
params.fastq = "$baseDir/../test_data/*.fastq.gz"
params.designFile = "$baseDir/../test_data/design.csv"
params.designFile = "$baseDir/../test_data/design.csv"
params.genome = 'refdata-cellranger-GRCh38-1.2.0'
params.genome = 'GRCh38-1.2.0'
params.genomes = []
params.genomeLocation = params.genome ? params.genomes[ params.genome ].loc ?: false : false
params.expectCells = 10000
params.expectCells = 10000
params.forceCells = 0
params.forceCells = 0
params.version = '3.0.2'
params.version = '3.0.2'
...
@@ -21,7 +23,7 @@ fastqList = Channel
...
@@ -21,7 +23,7 @@ fastqList = Channel
.map { file -> [ file.getFileName().toString(), file.toString() ].join("\t") }
.map { file -> [ file.getFileName().toString(), file.toString() ].join("\t") }
.collectFile(name: 'fileList.tsv', newLine: true)
.collectFile(name: 'fileList.tsv', newLine: true)
refLocation = Channel
refLocation = Channel
.fromPath(
'/project/apps_database/cellranger/'
+params.genome)
.fromPath(
params.genomeLocation
+params.genome)
.ifEmpty { exit 1, "referene not found: ${params.genome}" }
.ifEmpty { exit 1, "referene not found: ${params.genome}" }
expectCells = params.expectCells
expectCells = params.expectCells
forceCells = params.forceCells
forceCells = params.forceCells
...
...
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