# HG changeset patch # User thanhlv # Date 1571841628 14400 # Node ID 5506c4307812217570ce2525bb0ac8b57e945178 # Parent bf790f407b1b0af927b4cfaa7ac82d173c9c0d68 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty diff -r bf790f407b1b -r 5506c4307812 biotradis_tradis_comparison.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/biotradis_tradis_comparison.xml Wed Oct 23 10:40:28 2019 -0400 @@ -0,0 +1,64 @@ + + Compares two experimental conditions + + macros.xml + + + > control && + #end for + + #for $counter, $input in enumerate($conditions): + ln -s '$input' $input.element_identifier && + echo ./$new_name >> conditions && + #end for + + tradis_comparison.R + --controls control + --conditions conditions + -o output.csv + -p plot.pdf + #if str($filter.filter_selector)=="yes": + -f + -t $filter.cutoff + #end if + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + +