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
a1c370ff
Commit
a1c370ff
authored
6 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Patches
Plain Diff
update skip dea
parent
bb6e7948
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#3575
canceled with stage
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
astrocyte_pkg.yml
+3
-3
3 additions, 3 deletions
astrocyte_pkg.yml
workflow/main.nf
+3
-2
3 additions, 2 deletions
workflow/main.nf
with
6 additions
and
5 deletions
astrocyte_pkg.yml
+
3
−
3
View file @
a1c370ff
...
...
@@ -158,9 +158,9 @@ workflow_parameters:
-
id
:
genome
type
:
select
choices
:
-
[
'
/project/shared/bicf_workflow_ref/GRCh38'
,
'
Human
GRCh38'
]
-
[
'
/project/shared/bicf_workflow_ref/GRCh37'
,
'
Human
GRCh37'
]
-
[
'
/project/shared/bicf_workflow_ref/GRCm38'
,
'
Mouse
GRCm38'
]
-
[
'
/project/shared/bicf_workflow_ref/
human/
GRCh38'
,
'
Human
GRCh38'
]
-
[
'
/project/shared/bicf_workflow_ref/
human/
GRCh37'
,
'
Human
GRCh37'
]
-
[
'
/project/shared/bicf_workflow_ref/
mouse/
GRCm38'
,
'
Mouse
GRCm38'
]
required
:
true
description
:
|
Reference genome for alignment
...
...
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
3
−
2
View file @
a1c370ff
...
...
@@ -6,7 +6,7 @@ params.output= "$baseDir/output"
params.fastqs="$params.input/*.fastq.gz"
params.design="$params.input/design.txt"
params.genome="/project/shared/bicf_workflow_ref/GRCh38/"
params.genome="/project/shared/bicf_workflow_ref/
human/
GRCh38/"
params.markdups="picard"
params.stranded="0"
params.pairs="pe"
...
...
@@ -20,7 +20,8 @@ fastqs=file(params.fastqs)
design_file = file(params.design)
gtf_file = file("$params.genome/gencode.gtf")
genenames = file("$params.genome/genenames.txt")
geneset = file("$params.genome/gsea_gmt/$params.geneset")
geneset = file("$params.genome/../gsea_gmt/$params.geneset")
dbsnp="$params.genome/dbSnp.vcf.gz"
indel="$params.genome/GoldIndels.vcf.gz"
knownindel=file(indel)
...
...
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