Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rnaseq
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
rnaseq
Commits
2e1df269
Commit
2e1df269
authored
5 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentationn for choosing only fastq files.
parent
b2fdf539
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!9
Fix documentationn for choosing only fastq files.
Pipeline
#5559
passed with stage
in 1 hour, 33 minutes, and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
astrocyte_pkg.yml
+6
-6
6 additions, 6 deletions
astrocyte_pkg.yml
with
6 additions
and
6 deletions
astrocyte_pkg.yml
+
6
−
6
View file @
2e1df269
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment