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

removed no longer needed rend.R args quoting

parent 0445369e
No related branches found
No related tags found
No related merge requests found
......@@ -121,13 +121,13 @@ rend.R -e $NGS_TOOLS/dge_workflow/featcounts_deseq.R ../mapped/star_counts_matri
#unpolarised,liver_polar_stage3
#" | csvformat -T > contrasts.txt
#
#rend.R -e $NGS_TOOLS/dge_workflow/featcounts_deseq.R "\"--contrasts contrasts.txt ../alignments/star_counts_matrix.txt\"" 2>&1 | tee featcounts_deseq.log
#rend.R -e $NGS_TOOLS/dge_workflow/featcounts_deseq.R --contrasts contrasts.txt ../alignments/star_counts_matrix.txt 2>&1 | tee featcounts_deseq.log
## Term enrichment
mcdir $baseDir/dge_analysis/dge_enrichment_analysis
$NGS_TOOLS/common/cp_enrichment.R --overlay_expr_data ../plot_score_matrix.txt ../degs_by_contrast.txt contrast
rend.R -e $NGS_TOOLS/common/cp_enrichment.R "\"--overlay_expr_data ../plot_score_matrix.txt ../degs_by_contrast.txt contrast\""
rend.R -e $NGS_TOOLS/common/cp_enrichment.R --overlay_expr_data ../plot_score_matrix.txt ../degs_by_contrast.txt contrast
########################################################################################################################
......
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