Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
rnaseq
Commits
19ca68db
Commit
19ca68db
authored
Nov 09, 2018
by
Brandi Cantarel
Browse files
updating process scripts
parent
e550dccd
Pipeline
#2594
failed with stage
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
19ca68db
## RNASeq Analysis Worklow
## RNASeq Analysis Worklow
```
```
module load nextflow
/0.24.1-SNAPSHOT
module load nextflow
nextflow run workflow/main.nf
nextflow run workflow/main.nf
```
```
workflow/main.nf
View file @
19ca68db
...
@@ -201,14 +201,15 @@ process statanal {
...
@@ -201,14 +201,15 @@ process statanal {
file "*.txt" into txtfiles
file "*.txt" into txtfiles
file "*.png" into psfiles
file "*.png" into psfiles
file("bg.rda") into rdafiles
file("bg.rda") into rdafiles
file("geneset.shiny.gmt") into gmtfile
when:
when:
script:
script:
if (params.dea == 'skip')
if (params.dea == 'skip')
"""
perl $baseDir/scripts/concat_cts.pl -o ./ *.cts
perl $baseDir/scripts/concat_cts.pl -o ./ *.cts
perl $baseDir/scripts/concat_fpkm.pl -o ./ *.fpkm.txt
perl $baseDir/scripts/concat_fpkm.pl -o ./ *.fpkm.txt
touch empty.png
touch empty.png
touch bg.rda
touch bg.rda
cp geneset.gmt geneset.shiny.gmt
"""
"""
else
else
"""
"""
...
...
process_scripts
@
75a4aa68
Compare
636e989b
...
75a4aa68
Subproject commit
636e989b65cc76352111cedac9a8762fbe570384
Subproject commit
75a4aa688f82c607794e109e4ee0ec8e12418a2d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment