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
79e40633
Commit
79e40633
authored
Nov 20, 2020
by
Gervaise Henry
🤠
Browse files
Add all library options to main.nf
parent
70e3c6e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
79e40633
...
...
@@ -44,7 +44,9 @@ if (params.astrocyte) {
} else {
params.genomeLocation = '/project/apps_database/cellranger/refdata-cellranger-'
}
if (params.kitVersion == "3GEXv1") {
if (params.kitVersion == "3GEX") {
params.chemistryParam ='threeprime'
} else if (params.kitVersion == "3GEXv1") {
params.chemistryParam ='SC3Pv1'
} else if (params.kitVersion == "3GEXv2") {
params.chemistryParam ='SC3Pv2'
...
...
@@ -52,6 +54,10 @@ if (params.astrocyte) {
params.chemistryParam ='SC3Pv3'
} else if (params.kitVersion == "5GEX") {
params.chemistryParam ='fiveprime'
} else if (params.kitVersion == "5GEXPE") {
params.chemistryParam ='SC5P-PE'
} else if (params.kitVersion == "5GEXSE") {
params.chemistryParam ='SC5P-R2'
} else {
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