# HG changeset patch # User galaxyp # Date 1612029228 0 # Node ID 5bbedd90299849382a947912df212e7a1aaec6f5 # Parent 51bc1ccad6aa9c1f81dc4fa7b8502df7aa0bc83a "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metaquantome commit 7b05dd3aa0714e92d56e4d8c82ee3bcafc8854c2" diff -r 51bc1ccad6aa -r 5bbedd902998 macros.xml --- a/macros.xml Tue Nov 24 15:05:11 2020 +0000 +++ b/macros.xml Sat Jan 30 17:53:48 2021 +0000 @@ -1,6 +1,6 @@ 2.0.0 - 2.0.0-1 + 2.0.0-2 metaquantome diff -r 51bc1ccad6aa -r 5bbedd902998 metaquantome_viz.xml --- a/metaquantome_viz.xml Tue Nov 24 15:05:11 2020 +0000 +++ b/metaquantome_viz.xml Sat Jan 30 17:53:48 2021 +0000 @@ -117,7 +117,7 @@ #if $mode_args.plot.heatmap.filter_to_sig: --filter_to_sig --alpha=$mode_args.plot.heatmap.alpha - --fc_corr_p='mode_args.plot.fc_corr_p' + --fc_corr_p='$mode_args.plot.heatmap.fc_corr_p' #end if #if $mode_args.plot.feature_cluster_size: --feature_cluster_size='$mode_args.plot.feature_cluster_size' @@ -165,16 +165,11 @@ the easiest fix is to increase the plot dimensions

- " > wrapped_outfile.html - && >&2 ls - #if $mode_args.plot.plottype in ["heatmap"] - && mv 'feature_cluster_${safename}.txt' '$heatmap_feature_cluster' - && mv 'sample_cluster_${safename}.txt' '$heatmap_sample_cluster' - #end if - #if $mode_args.plot.plottype in ["pca"] - && mv 'PC_data_${safename}.txt' '$pca_sample_cluster' - #end if - + " > wrapped_outfile.html && + if test -f 'feature_cluster_${infile.name}.txt'; then mv 'feature_cluster_${infile.name}.txt' feature_cluster_data.txt; fi && + if test -f 'sample_cluster_${infile.name}.txt'; then mv 'sample_cluster_${infile.name}.txt' sample_cluster_data.txt; fi && + if test -f 'PC_Data_${infile.name}.txt'; then mv 'PC_Data_${infile.name}.txt' PC_Data.txt; fi + ]]> + label="${mode_args.plot.plottype}: feature cluster data" + from_work_dir="feature_cluster_data.txt"> mode_args['plot']['plottype'] in ["heatmap"] + label="${mode_args.plot.plottype}: sample cluster data" + from_work_dir="sample_cluster_data.txt"> mode_args['plot']['plottype'] in ["heatmap"] + label="${mode_args.plot.plottype}: sample cluster data" + from_work_dir="PC_Data.txt"> mode_args['plot']['plottype'] in ["pca"] @@ -390,14 +388,24 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -409,7 +417,7 @@ - +