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

update xml file

parent cb7638f1
No related merge requests found
...@@ -76,29 +76,43 @@ workflow_modules: ...@@ -76,29 +76,43 @@ workflow_modules:
workflow_parameters: workflow_parameters:
- id: bams
type: files
required: true
description: |
Bam files of all samples
- id: peaks
type: files
required: true
description: |
Peak files of all samples. Bed format
- id: design - id: design
type: files type: files
required: true required: true
regex: ".*(csv)" regex: ".*(csv)"
description: | description: |
A design file listing pairs of sample name and sample group. A design file listing pairs of sample name and sample group. Must be in csv format
Columns must include: SampleID,Tissue, Factor, Condition, Replicate, Peaks, bamReads, bamControl, ControlID, PeakCaller Columns must include: SampleID,Tissue, Factor, Condition, Replicate, Peaks, bamReads, bamControl, ControlID, PeakCaller
# - id: genome - id: genome
# type: select type: select
# choices: choices:
# - [ '/project/shared/bicf_workflow_ref/GRCh38', 'Human GRCh38'] - [ '/project/shared/bicf_workflow_ref/GRCh38', 'hg38']
# - [ '/project/shared/bicf_workflow_ref/GRCh37', 'Human GRCh37'] - [ '/project/shared/bicf_workflow_ref/GRCh37', 'hg19']
# - [ '/project/shared/bicf_workflow_ref/GRCm38', 'Mouse GRCh38'] - [ '/project/shared/bicf_workflow_ref/GRCm38', 'mm10']
# required: true required: true
# description: | description: |
# Reference genome for annotation Reference genome for annotation
# - id: toppeak - id: toppeak
# type: integer type: integer
# required: true required: true
# description: | description: |
# The number of top peaks to use for motif discovery. The number of top peaks to use for motif discovery.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# SHINY APP CONFIGURATION # SHINY APP CONFIGURATION
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
......
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