Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
ngs_tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
bioinfo
ngs_tools
Commits
01b4dab6
Commit
01b4dab6
authored
Apr 06, 2016
by
Holger Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refined star workflow
parent
342c00c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
dge_workflow/dge_star_template.sh
dge_workflow/dge_star_template.sh
+4
-0
dge_workflow/star_align.kts
dge_workflow/star_align.kts
+4
-3
No files found.
dge_workflow/dge_star_template.sh
View file @
01b4dab6
...
@@ -105,6 +105,10 @@ mcdir $baseDir/alignments
...
@@ -105,6 +105,10 @@ mcdir $baseDir/alignments
star_align.kts
${
igenome
}
$(
ls
${
baseDir
}
/lanereps_pooled/
*
.fastq.gz
)
star_align.kts
${
igenome
}
$(
ls
${
baseDir
}
/lanereps_pooled/
*
.fastq.gz
)
dge_bam_correlate . &
mailme "
$project
: mapping done"
########################################################################################################################
########################################################################################################################
### Differential Expression Analysis
### Differential Expression Analysis
...
...
dge_workflow/star_align.kts
View file @
01b4dab6
...
@@ -127,12 +127,13 @@ evalBash("rm - rf *STARgenome *.Log.progress.out _STARtmp *.SJ.out.tab *Log.out"
...
@@ -127,12 +127,13 @@ evalBash("rm - rf *STARgenome *.Log.progress.out _STARtmp *.SJ.out.tab *Log.out"
// Do reporting and perform bam correlation (but don't wait for the results)
// Do reporting and perform bam correlation (but don't wait for the results)
evalBash
(
"""
evalBash
(
"""
rend.R -
e ${'$'}NGS_TOOLS / dge_workflow / star_qc.R
.
rend.R -
e ${'$'}NGS_TOOLS/dge_workflow/star_qc.R
.
# Condense counts into matrix
# Condense counts into matrix
dge_star_counts2matrix
dge_star_counts2matrix
# http://superuser.com/questions/178587/how-do-i-detach-a-process-from-terminal-entirely
# http://superuser.com/questions/178587/how-do-i-detach-a-process-from-terminal-entirely
nohup dge_bam_correlate &
# disabled since it does not work for functions (see http://stackoverflow.com/questions/16435629/linux-shell-script-call-a-function-by-nohup
#dge_bam_correlate &
#nohup dge_bam_correlate . &
#dge_bam_correlate . &
"""
)
"""
)
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