comparison RM_custom_search.xml @ 0:a4cd8608ef6b draft

Uploaded
author petr-novak
date Mon, 01 Apr 2019 07:56:36 -0400
parents
children c2c69c6090f0
comparison
equal deleted inserted replaced
-1:000000000000 0:a4cd8608ef6b
1 <tool id="RMsearch" name="RepeatMasker custom search" version="1.0.1">
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>
6 </requirements>
7
8 <command interpreter="python3">
9 RM_custom_search.py -i $input_zip -d $RMdatabase -g $__root_dir__ -r $output_html
10 </command>
11
12 <inputs>
13 <param format="zip" type="data" name="input_zip" label="Input clustering data in as zip archive" help="zip archive obtained from previouse Graph-based sequence clustering"/>
14 <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'"/>
15 </inputs>
16
17 <outputs>
18 <data format="html" name="output_html" label="HTML summary of custom database ${RMdatabase.hid} search on dataset ${input_zip.hid} " />
19 </outputs>
20
21 <help>
22 **What it does**
23
24 Use this tool if you want to scan previous clustering result with custom database of repeats using repeatmasker.
25
26 </help>
27 </tool>
28