12
|
1 <tool id="RMsearch" name="RepeatMasker custom search" version="1.0.3">
|
0
|
2
|
|
3 <description>Scan clustering results using RepeatMasker against custom database of repeats</description>
|
|
4 <requirements>
|
|
5 <requirement type="package" version="4.0.7" >repeatmasker</requirement>
|
12
|
6 <requirement type="package">r-r2html</requirement>
|
|
7 <requirement type="package">r-getopt</requirement>
|
0
|
8 </requirements>
|
|
9
|
|
10 <command interpreter="python3">
|
|
11 RM_custom_search.py -i $input_zip -d $RMdatabase -g $__root_dir__ -r $output_html
|
|
12 </command>
|
|
13
|
|
14 <inputs>
|
9
|
15 <param format="zip" type="data" name="input_zip" label="RepeatExplorer output data archive" help="Zip archive obtained from previouse Graph-based sequence clustering"/>
|
0
|
16 <param name="RMdatabase" format="fasta" type="data" label="Library of repeats" help="Library of repeats as DNA sequences in fasta format. The recommended format for IDs in a custom library is : '>reapeatname#class/subclass'"/>
|
|
17 </inputs>
|
|
18
|
|
19 <outputs>
|
|
20 <data format="html" name="output_html" label="HTML summary of custom database ${RMdatabase.hid} search on dataset ${input_zip.hid} " />
|
|
21 </outputs>
|
|
22
|
|
23 <help>
|
|
24 **What it does**
|
|
25
|
|
26 Use this tool if you want to scan previous clustering result with custom database of repeats using repeatmasker.
|
|
27
|
|
28 </help>
|
|
29 </tool>
|
|
30
|