Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngs_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioinfo
ngs_tools
Commits
01b4dab6
Commit
01b4dab6
authored
9 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
refined star workflow
parent
342c00c5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dge_workflow/dge_star_template.sh
+4
-0
4 additions, 0 deletions
dge_workflow/dge_star_template.sh
dge_workflow/star_align.kts
+4
-3
4 additions, 3 deletions
dge_workflow/star_align.kts
with
8 additions
and
3 deletions
dge_workflow/dge_star_template.sh
+
4
−
0
View file @
01b4dab6
...
...
@@ -105,6 +105,10 @@ mcdir $baseDir/alignments
star_align.kts
${
igenome
}
$(
ls
${
baseDir
}
/lanereps_pooled/
*
.fastq.gz
)
dge_bam_correlate . &
mailme "
$project
: mapping done"
########################################################################################################################
### Differential Expression Analysis
...
...
This diff is collapsed.
Click to expand it.
dge_workflow/star_align.kts
+
4
−
3
View file @
01b4dab6
...
...
@@ -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)
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
dge_star_counts2matrix
# http://superuser.com/questions/178587/how-do-i-detach-a-process-from-terminal-entirely
nohup dge_bam_correlate &
#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
#nohup dge_bam_correlate . &
#dge_bam_correlate . &
"""
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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