14
|
1 <tool id="RMsearch2" name="RepeatMasker custom search2" version="1.0.3">
|
0
|
2
|
|
3 <description>Scan clustering results using RepeatMasker against custom database of repeats</description>
|
|
4 <requirements>
|
13
|
5 <requirement type="package" version="4.0.7">repeatmasker</requirement>
|
14
|
6 <requirement type="package" version="3.6">python</requirement>
|
|
7 <requirement type="package" version="2.3.2">r-r2html</requirement>
|
|
8 <requirement type="package" version="2.54.0">bioconductor-biostrings</requirement>
|
0
|
9 </requirements>
|
|
10
|
14
|
11 <command>
|
|
12
|
|
13 python3 ${__tool_directory__}/RM_custom_search.py -i $input_zip -d $RMdatabase -g $__root_dir__ -r $output_html;
|
|
14
|
0
|
15 </command>
|
|
16
|
|
17 <inputs>
|
9
|
18 <param format="zip" type="data" name="input_zip" label="RepeatExplorer output data archive" help="Zip archive obtained from previouse Graph-based sequence clustering"/>
|
0
|
19 <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'"/>
|
|
20 </inputs>
|
|
21
|
|
22 <outputs>
|
|
23 <data format="html" name="output_html" label="HTML summary of custom database ${RMdatabase.hid} search on dataset ${input_zip.hid} " />
|
|
24 </outputs>
|
|
25
|
|
26 <help>
|
|
27 **What it does**
|
|
28
|
|
29 Use this tool if you want to scan previous clustering result with custom database of repeats using repeatmasker.
|
|
30
|
|
31 </help>
|
|
32 </tool>
|
|
33
|