Merge branch 'cw-4886' into 'dev'
Output dtu_plots to local work dir then mv [CW-4886] See merge request epi2melabs/workflows/wf-transcriptomes!182
This commit is contained in:
commit
31085d0fe4
@ -44,7 +44,7 @@ sig_level <- 0.05
|
||||
genes <- as.character(tdf[which(tdf$p_gene < sig_level),]$gene_id)
|
||||
genes <- unique(genes)
|
||||
|
||||
pdf("de_analysis/dtu_plots.pdf")
|
||||
pdf("dtu_plots.pdf")
|
||||
|
||||
for(gene in genes){
|
||||
gdf<-tdf[which(tdf$gene_id==gene),]
|
||||
|
||||
@ -106,6 +106,8 @@ process plotResults {
|
||||
path "de_analysis/results_dtu.pdf", emit: dtu_pdf
|
||||
"""
|
||||
plot_dtu_results.R
|
||||
# output plots to common analysis output directory
|
||||
mv dtu_plots.pdf de_analysis/dtu_plots.pdf
|
||||
"""
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user