| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/big-tiandm/mirplant2/preprocess/1.0.0 (this tool) |
| preprocess |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| fastx_toolkit | 0.0.13 | package |
| bowtie | 0.12.7 | package |
| SCRIPT_PATH | not provided | set_environment |
| SVG | 2.59 | package |
| ViennaRNA | 2.1.8 | package |
| Additional information about this tool |
preProcess.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 rfam non-miRNA RNAs
#if $params.annotate_rfam == "yes":
## prepare Rfam bowtie index
#set rfam_index_path = ''
#if str($params.annotate_rfam.reference_rfam.source) == "history":
bowtie-build "$params.annotate_rfam.reference_rfam.own_file" rfam; ln -s "$params.annotate_rfam.reference_rfam.own_file" rfam.fa;
#set rfam_index_path = 'rfam'
#else:
#set rfam_index_path = $params.annotate_rfam.reference_rfam.index.fields.path
#end if
-rfam ${rfam_index_path}.fa -idx2 $rfam_index_path -v $v
#end if
## prepare bowtie index
#set index_path = ''
#if str($reference_genome.source) == "history":
bowtie-build "$reference_genome.own_file" genome; ln -s "$reference_genome.own_file" genome.fa;
#set index_path = 'genome'
#else:
#set index_path = $reference_genome.index.fields.path
#end if
-format $format -gfa ${index_path}.fa -idx $index_path -phred $phred -a $a -M $mapnt -min $min -max $max -mis $mismatch > run.log
| Functional tests |