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_mkfastq
Commits
3d0c193f
Commit
3d0c193f
authored
Jun 20, 2020
by
Gervaise Henry
🤠
Browse files
Add astrocyte param
parent
709fc1a2
Pipeline
#7330
failed with stages
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
astrocyte_pkg.yml
View file @
3d0c193f
...
...
@@ -90,6 +90,15 @@ workflow_parameters:
description
:
|
A design file listing lane, sample, corresponding index (last characters represent well position of 96-well plate). [Current sample barcode IDs](https://s3-us-west-2.amazonaws.com/10x.files/supp/cell-exp/chromium-shared-sample-indexes-plate.csv)
-
id
:
astrocyte
type
:
select
choices
:
-
[
'
true'
,
'
true'
]
required
:
true
default
:
'
true'
description
:
|
Ensure configuraton for astrocyte.
# -----------------------------------------------------------------------------
# SHINY APP CONFIGURATION
...
...
workflow/main.nf
View file @
3d0c193f
...
...
@@ -13,6 +13,7 @@ params.name = "run"
params.bcl = "${baseDir}/../test_data/simple1/*.tar.gz"
params.designFile = "${baseDir}/../test_data/single1/cellranger-tiny-bcl-simple-1_2_0.csv"
params.mask = ""
params.astrocyte = false
params.outDir = "${baseDir}/output"
// Define list of files
...
...
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