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

Merge branch '19-astrocyte_doc' into 'master'

Fix documentationn for choosing only fastq files.

Closes #19

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