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

Fix documentationn for choosing only fastq files.

parent b2fdf539
Branches
Tags
1 merge request!9Fix documentationn for choosing only fastq files.
Pipeline #5559 passed with stage
in 1 hour, 33 minutes, and 38 seconds
......@@ -19,7 +19,7 @@ description: |
This is a workflow package for the BioHPC/BICF RNASeq workflow system.
It implements differential expression analysis, gene set enrichment analysis,
gene fusion analysis and variant identification using RNASeq data.
# -----------------------------------------------------------------------------
# DOCUMENTATION
......@@ -88,7 +88,7 @@ workflow_parameters:
type: files
required: true
description: |
One or more input paired-end FASTQ files from a RNASeq experiment and a design file with the link between the same name and the sample group
One or more input paired-end FASTQ files from a RNASeq experiment
regex: ".*(fastq|fq)*"
min: 1
......@@ -101,7 +101,7 @@ workflow_parameters:
- [ '2', 'Reverse Stranded']
description: |
In the case that the sequence libraries where generated using a stranded specific protocol.
- id: pairs
type: select
required: true
......@@ -119,7 +119,7 @@ workflow_parameters:
- [ 'star', 'STAR']
description: |
Alignment tool
- id: fusion
type: select
required: true
......@@ -174,7 +174,7 @@ workflow_parameters:
- ['c5.all.v5.1.entrez.gmt','Gene Ontology Gene Sets']
- ['c6.all.v5.1.symbols.gmt','Oncogenic Signatures']
- ['c7.all.v5.1.entrez.gmt','Immunological Signatures']
required: true
description: |
Gene Set Definitions used for QuSAGE Analysis -- see http://software.broadinstitute.org/gsea/msigdb/ for geneset descriptions
......@@ -218,4 +218,4 @@ vizapp_bioc_packages:
- edgeR
- DESeq2
vizapp_github_packages:
- js229/Vennerable
\ No newline at end of file
- js229/Vennerable
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