# HG changeset patch # User big-tiandm # Date 1414570707 14400 # Node ID b20345ef399547968ec8bd3c517e0b44f3ae6a42 # Parent e885b3d4444e009332c26194d388b4d45ff1dbfb Uploaded diff -r e885b3d4444e -r b20345ef3995 siRNA.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/siRNA.xml Wed Oct 29 04:18:27 2014 -0400 @@ -0,0 +1,106 @@ + + tool for plant siRNA analisis + + + SCRIPT_PATH + bowtie + R + fastx_toolkit + threads + Parallel-ForkManager + SVG + Boost-Graph + libx11 + + + siRNA.pl + ## Change this to accommodate the number of threads you have available. + -t \${GALAXY_SLOTS:-4} + + -path \$SCRIPT_PATH + + #for $j, $s in enumerate( $series ) + ##rank_of_series=$j + -i ${s.input} + -tag ${s.tag} + #end for + + ## Do or not annotate siRNAs by function + #if $params.function_anno == "yes": + -nat $params.nat -repeat $params.repeat + #end if + + ## Do or not DEG + #if $degseq.degseq_analysis == "yes" : + -deg $degseq.deg + #end if + + -format $format -g $genome -f $gff -mis $mis -rfam $rfam -v $v -a $a -n $mapnt -d $d -p $p -l $l -cen $cen -span $span > run.log + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +