Skip to content
Snippets Groups Projects
Commit 2bd72c5d authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix astrocyte_pkg.yml

parent 970fea4b
Branches
Tags
No related merge requests found
......@@ -100,22 +100,22 @@ workflow_parameters:
read length, and then starts another round of reading from the opposite
end of the fragment.
- id: design
- id: design
type: file
required: true
description: |
A design file listing sample id, fastq files, corresponding control id
and additional information about the sample.
- id: genome
type: select
choices:
- [ 'GRCh38', 'Human GRCh38']
- [ 'GRCh37', 'Human GRCh37']
- [ 'GRCh38', 'Mouse GRCh38']
required: true
description: |
Reference species and genome used for alignment and subsequent analysis.
- id: genome
type: select
choices:
- [ 'GRCh38', 'Human GRCh38']
- [ 'GRCh37', 'Human GRCh37']
- [ 'GRCh38', 'Mouse GRCh38']
required: true
description: |
Reference species and genome used for alignment and subsequent analysis.
# -----------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment