# HG changeset patch # User big-tiandm # Date 1406280109 14400 # Node ID 6a878837c24a8be3d44ddd67fff3031968ca5fd4 # Parent 28e9e08d840c12f1575736f2dc4892376c4b25a5 Uploaded diff -r 28e9e08d840c -r 6a878837c24a miRPlant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/miRPlant.xml Fri Jul 25 05:21:49 2014 -0400 @@ -0,0 +1,90 @@ + + tool for plant microRNA analisis + + + SCRIPT_PATH + bowtie + R + fastx_toolkit + ViennaRNA + + + + + miRPlant.pl + ## Change this to accommodate the number of threads you have available. + -t \${GALAXY_SLOTS:-4} + ## Do or not delet rfam mapped tags + #if $params.delet_rfam == "yes": + -D + #end if + -path \$SCRIPT_PATH + + #for $j, $s in enumerate( $series ) + ##rank_of_series=$j + -i ${s.input} + -tag ${s.tag} + #end for + + -format $format -gfa $gfa -pre $pre -mat $mat -rfam $rfam -a $a -M $mapnt -min $min -max $max -mis $mismatch -e $e -f $f -v $v -r $r -dis $dis -flank $flank -mfe $mfe + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +