From 1d855e5a098b7e27c100d94921a0c0d0bb19c5aa Mon Sep 17 00:00:00 2001 From: Jens Preussner Date: Wed, 4 Mar 2015 12:59:33 +0100 Subject: [PATCH] Added XML definition for galaxy --- admire.xml | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 admire.xml diff --git a/admire.xml b/admire.xml new file mode 100644 index 0000000..0b1371b --- /dev/null +++ b/admire.xml @@ -0,0 +1,106 @@ + + + anaconda + bedtools + r + comb-p + + methylation analysis + + /home/galaxy/galaxy-dist/tools/admire/src/admire + -z /home/galaxy/galaxy-dist/database/files/ftp/$__user_email__/$idat + -c $sheet + -n $c_norm.normalization + -q $fdr + -p $det_p + -t $s_thresh + #if str($i_report) == "create" + -e + #echo $o_qc# + #end if + #if $c_norm.normalization == "fn" + #echo $c_norm.bgnoob# + #echo $c_norm.dyenoob# + #end if + #if $c_norm.normalization == "noob" + #echo $c_norm.dyenoob# + #end if + #if $c_norm.normalization == "quantile" + #echo $c_norm.fixoutliers# + #echo $c_norm.removesamples# + -l $c_norm.samplecutoff + #end if + #if str($regions) != "None" + #set $r=str($regions).split(",") + #for $region in $r + #set global $reg=$region + -r ${ filter( lambda x: str( x[0] ) == str( $reg ), $__app__.tool_data_tables[ 'admire_regions' ].get_fields() )[0][-1] } + #end for + #end if + #for $custom in $customs + -r $custom.cr + #end for + -o $o_compressed > $o_log + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + i_report==True + + + + + +