Skip to content
Snippets Groups Projects
Commit 01b4dab6 authored by Holger Brandl's avatar Holger Brandl
Browse files

refined star workflow

parent 342c00c5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 . &
""")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment