# HG changeset patch # User big-tiandm # Date 1406790554 14400 # Node ID 45d9b0f6a0d6117a6b0241972dde9a43c3425c82 # Parent 9ae0d25e41699e20a714b6e5e4ca36d3512796c0 Uploaded diff -r 9ae0d25e4169 -r 45d9b0f6a0d6 miRPlant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/miRPlant.xml Thu Jul 31 03:09:14 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +