# HG changeset patch # User galaxyp # Date 1544038637 18000 # Node ID 47bfbd6597d0483d874c784d60b10e32e209bad2 # Parent b17b03126d40a41daf916c56b92721a831426e34 planemo upload commit 636fd1c7e60779d1123056a2985d54881013d4cb diff -r b17b03126d40 -r 47bfbd6597d0 macros.xml --- a/macros.xml Tue Dec 04 17:17:41 2018 -0500 +++ b/macros.xml Wed Dec 05 14:37:17 2018 -0500 @@ -6,6 +6,24 @@ + + + + + + + + + + + + + + + + + + @@ -50,7 +68,7 @@ + + + @@ -138,29 +183,33 @@ + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + @@ -175,6 +224,7 @@ + diff -r b17b03126d40 -r 47bfbd6597d0 metaquantome_expand.xml --- a/metaquantome_expand.xml Tue Dec 04 17:17:41 2018 -0500 +++ b/metaquantome_expand.xml Wed Dec 05 14:37:17 2018 -0500 @@ -8,7 +8,7 @@ mkdir -p data && #slurp @MAKE_SAMPS_TSV@ metaquantome expand - @COMMON_PARAMS@ + @EXPAND_PARAMS@ @DB_DIR@ #if $input.input_type == 'nopep': --nopep --nopep_file='$input.nopep_file' @@ -20,7 +20,7 @@ ]]> - + diff -r b17b03126d40 -r 47bfbd6597d0 metaquantome_filter.xml --- a/metaquantome_filter.xml Tue Dec 04 17:17:41 2018 -0500 +++ b/metaquantome_filter.xml Wed Dec 05 14:37:17 2018 -0500 @@ -11,18 +11,20 @@ --expand_file '$expand_file' --min_peptides $min_peptides #if $min_pep_nsamp: - --min_pep_nsamp max($min_peptides,$min_pep_nsamp) + #set $nsamp = max(int($min_peptides),int($min_pep_nsamp)) + --min_pep_nsamp $nsamp #else --min_pep_nsamp all #end if --min_children_non_leaf $min_children_non_leaf #if $min_child_nsamp: - --min_child_nsamp max($min_peptides,$min_child_nsamp) + #set $nsamp = max($min_peptides,$min_child_nsamp) + --min_child_nsamp $nsamp #else --min_child_nsamp all #end if --qthreshold $qthreshold - --outfile='$output' + --outfile='$outfile' ]]> diff -r b17b03126d40 -r 47bfbd6597d0 metaquantome_viz.xml --- a/metaquantome_viz.xml Tue Dec 04 17:17:41 2018 -0500 +++ b/metaquantome_viz.xml Wed Dec 05 14:37:17 2018 -0500 @@ -3,16 +3,26 @@ macros.xml + - + + + + + + + + + - - + + The color vector in R is c("dodgerblue", "darkorange", "yellow2", "red2", "darkviolet", "black"), @@ -31,14 +41,23 @@ --infile='$infile' --plottype=$plot.plottype #if $plot.plottype == 'bar': + #if str($mode_args.mode) in ['t','ft']: + --target_rank='$plot.target_rank' + #end if --meancol='$plot.meancol' - --nterms=$plot.nterms - --barcolor=$plot.barcolor + #if str($plot.nterms) == '': + --nterms='all' + #else + --nterms=$plot.nterms + #end if + --barcol=$plot.barcol #elif $plot.plottype == 'volcano': - --fc='$plot.fc' + --meancol='$plot.meancol' + --fc_name='$plot.fc_name' #if $plot.textannot: --textannot='$plot.textannot' #end if + $plot.flip_fc $plot.gosplit #elif $plot.plottype == 'heatmap': $plot.filter_to_sig @@ -47,8 +66,12 @@ $plot.calculate_sep #elif $plot.plottype == 'ft_dist': --meancol='$plot.meancol' - --nterms=$plot.nterms - --barcolor=$plot.barcolor + #if str($plot.nterms) == '': + --nterms='all' + #else + --nterms=$plot.nterms + #end if + --barcol=$plot.barcol --whichway=$plot.whichway #if $plot.term.id_or_name == 'id': --id='$plot.term.id' @@ -59,12 +82,12 @@ --target_onto=$plot.target_onto #end if #end if + #if $plot.width: + --width=$plot.width + #end if #if $plot.height: --height=$plot.height #end if - #if $plot.width1: - --width=$plot.width - #end if --img='outfile.png' ]]> @@ -73,22 +96,28 @@ help=""/> - - - - - + + + + + - + + + + + @@ -96,7 +125,7 @@ - + @@ -107,8 +136,8 @@ - - + +