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

update yaml

parent 144bd3f4
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ workflow_parameters: ...@@ -87,7 +87,7 @@ workflow_parameters:
type: files type: files
required: true required: true
description: | description: |
Peak files of all samples. Peaks should be sorted. Bed format Peak files of all samples. Peaks should be sorted by user using either p_value or intensity of the signals.Bed format.
regex: ".*(narrowPeak|broadPeak|bed|BED)" regex: ".*(narrowPeak|broadPeak|bed|BED)"
...@@ -113,8 +113,8 @@ workflow_parameters: ...@@ -113,8 +113,8 @@ workflow_parameters:
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. This program won't sort peak BED files for you, so please make sure your peak files are already sorted. Default : -1, use all the peaks
default: 200 default: -1
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# 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