# HG changeset patch # User glogobyte # Date 1634123972 0 # Node ID 5e57bcdc731cf3bd57f0da4796c8444cf5cf8adb # Parent 4d59ac081282dd1f076e224aeddb8b063e0df68b Uploaded diff -r 4d59ac081282 -r 5e57bcdc731c viz.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/viz.xml Wed Oct 13 11:19:32 2021 +0000 @@ -0,0 +1,82 @@ + + + fpdf + python + numpy + matplotlib + pandas + + + #if $opt.stats.choice == "1": + python $__tool_directory__/viz.py -in $input_file -p_value "$opt.stats.pvalue" -fc $opt.log2fc -top $opt.top_mirna -tool_dir $__tool_directory__ -statistic "$opt.stats.choice" -diff_tool "$opt.tool" + #elif $opt.stats.choice == "2": + python $__tool_directory__/viz.py -in $input_file -p_value "$opt.stats.padj" -fc $opt.log2fc -top $opt.top_mirna -tool_dir $__tool_directory__ -statistic "$opt.stats.choice" -diff_tool "$opt.tool" + #else: + python $__tool_directory__/viz.py -in $input_file -p_value "$opt.stats.Basemean" -fc $opt.log2fc -top $opt.top_mirna -tool_dir $__tool_directory__ -statistic "$opt.stats.choice" -diff_tool "$opt.tool" + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +