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

yml file updated

parent 5c34de27
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ title: 'BICF ChIP-seq Analysis Workflow' ...@@ -17,7 +17,7 @@ title: 'BICF ChIP-seq Analysis Workflow'
# A summary of the workflow package in plain text # A summary of the workflow package in plain text
description: | description: |
This is a workflow package for the BioHPC/BICF ChIP-seq workflow system. This is a workflow package for the BioHPC/BICF ChIP-seq workflow system.
It implements a simple ChIP-seq analysis workflow using deepTools, Diffbind, ChipSeeker MAnorm and HOMER, visualization application. It implements a simple ChIP-seq analysis workflow using deepTools, Diffbind, ChipSeeker and MEME-ChIP, visualization application.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# DOCUMENTATION # DOCUMENTATION
...@@ -76,22 +76,13 @@ workflow_modules: ...@@ -76,22 +76,13 @@ workflow_modules:
workflow_parameters: workflow_parameters:
- id: bams
type: files
required: true
description: |
One or more BAM alignments from a ChIP-Seq experiment and a design file with the link between the same name and the sample group. All files will be imported from GreenCenter ChIP-seq peak calling pipeline
regex: ".*(bam)*"
min: 1
- id: design - id: design
type: file type: file
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.
Columns must include: SampleID,SampleName,SampleGroup,FullPathToFqR1,FullPathToFqR2 Columns must include: SampleID,Tissue, Factor, Condition, Replicate, Peaks, bamReads, bamControl, ControlID, PeakCaller
- id: genome - id: genome
type: select type: select
...@@ -101,9 +92,13 @@ workflow_parameters: ...@@ -101,9 +92,13 @@ workflow_parameters:
- [ '/project/shared/bicf_workflow_ref/GRCm38', 'Mouse GRCh38'] - [ '/project/shared/bicf_workflow_ref/GRCm38', 'Mouse GRCh38']
required: true required: true
description: | description: |
Reference genome for alignment Reference genome for annotation
- id: toppeak
type: integer
required: true
description: |
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