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
cellranger_count
Commits
911127be
Commit
911127be
authored
Nov 20, 2020
by
Gervaise Henry
🤠
Browse files
Change 5GEXSE to 5GEXR2
parent
38909e89
Pipeline
#8395
passed with stages
in 15 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
astrocyte_pkg.yml
View file @
911127be
...
@@ -145,7 +145,7 @@ workflow_parameters:
...
@@ -145,7 +145,7 @@ workflow_parameters:
-
[
'
3GEXv2'
,
'
3prime
GEX
v2
(3prime
Gene
Expression)'
]
-
[
'
3GEXv2'
,
'
3prime
GEX
v2
(3prime
Gene
Expression)'
]
-
[
'
5GEX'
,
'
5prime
GEX
Auto
(5prime
Gene
Expression)'
]
-
[
'
5GEX'
,
'
5prime
GEX
Auto
(5prime
Gene
Expression)'
]
-
[
'
5GEXPE'
,
'
5prime
GEX
both
R1
and
R2
used
for
alignment
(5prime
Gene
Expression)'
]
-
[
'
5GEXPE'
,
'
5prime
GEX
both
R1
and
R2
used
for
alignment
(5prime
Gene
Expression)'
]
-
[
'
5GEX
SE
'
,
'
5prime
GEX
only
R2
used
for
alignment
(5prime
Gene
Expression)'
]
-
[
'
5GEX
R2
'
,
'
5prime
GEX
only
R2
used
for
alignment
(5prime
Gene
Expression)'
]
required
:
true
required
:
true
description
:
|
description
:
|
10x single cell gene expression chemistry version (only used in cellranger version 3.x).
10x single cell gene expression chemistry version (only used in cellranger version 3.x).
...
...
workflow/main.nf
View file @
911127be
...
@@ -56,7 +56,7 @@ if (params.astrocyte) {
...
@@ -56,7 +56,7 @@ if (params.astrocyte) {
params.chemistryParam ='fiveprime'
params.chemistryParam ='fiveprime'
} else if (params.kitVersion == "5GEXPE") {
} else if (params.kitVersion == "5GEXPE") {
params.chemistryParam ='SC5P-PE'
params.chemistryParam ='SC5P-PE'
} else if (params.kitVersion == "5GEX
SE
") {
} else if (params.kitVersion == "5GEX
R2
") {
params.chemistryParam ='SC5P-R2'
params.chemistryParam ='SC5P-R2'
} else {
} else {
params.chemistryParam = 'auto'
params.chemistryParam = 'auto'
...
...
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