view extract_data_for_profrep.xml @ 6:1c25246f6e68 draft default tip

Uploaded
author petr-novak
date Thu, 27 Jun 2019 09:51:41 -0400
parents a5f1638b73be
children
line wrap: on
line source

<tool id="extract_data" name="Extract Data For ProfRep" version="1.0.0">
<requirements><requirement type="package" version="1.0.0">profrep</requirement></requirements>
<description> Extract data for ProfRep from RepaetExplorer </description>
<command>
python3 ${__tool_directory__}/extract_data_for_profrep.py --re_archive ${re_archive} --output_cls ${output_cls} --output_reads_all ${output_reads_all} --output_annotation ${output_annotation}
</command>
<inputs>
 <param format="zip" type="data" name="re_archive" label="RepeatExplorer output data archive" help="" />
</inputs>

<outputs>
 <data format="fasta" name="output_cls" label="Output cls file of all clusters from ${re_archive.hid} archive" />
 <data format="fasta" name="output_reads_all" label="Output file of all reads sequences from ${re_archive.hid} archive" />
 <data format="tabular" name="output_annotation" label="Output file of clusters annotation from ${re_archive.hid} archive" />
</outputs>

 <help>

**WHAT IT DOES**

This tool will extract all the necessary input data that are needed for ProfRep from RE output archive.
Use if the species is not already provided in our internal database (ProfRep drop-down menu -> Choose existing annotation dataset)


 </help>
</tool>