Skip to content
Snippets Groups Projects
Commit f6af50dc authored by Beibei Chen's avatar Beibei Chen
Browse files

Update the yml file

parent d100d917
No related merge requests found
...@@ -82,17 +82,11 @@ workflow_parameters: ...@@ -82,17 +82,11 @@ workflow_parameters:
description: | description: |
Bam files of all samples Bam files of all samples
- id: bais
type: files
required: true
description: |
Bam index files of all samples
- id: peaks - id: peaks
type: files type: files
required: true required: true
description: | description: |
Peak files of all samples. Bed format Peak files of all samples. Peaks should be sorted. Bed format
- id: design - id: design
type: files type: files
...@@ -105,9 +99,9 @@ workflow_parameters: ...@@ -105,9 +99,9 @@ workflow_parameters:
- id: genomepath - id: genomepath
type: select type: select
choices: choices:
- [ '/project/shared/bicf_workflow_ref/GRCh38', 'hg38'] - [ '/project/shared/bicf_workflow_ref/GRCh38', 'human GRCh38']
- [ '/project/shared/bicf_workflow_ref/GRCh37', 'hg19'] - [ '/project/shared/bicf_workflow_ref/GRCh37', 'human GRCh37']
- [ '/project/shared/bicf_workflow_ref/GRCm38', 'mm10'] - [ '/project/shared/bicf_workflow_ref/GRCm38', 'mouse GRCm38']
required: true required: true
description: | description: |
Reference genome for annotation Reference genome for annotation
......
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