0
|
1 <tool id="unique_mlg_id" name="Unique MLG IDs" version="1.0.0">
|
|
2 <description></description>
|
|
3 <command detect_errors="exit_code"><![CDATA[
|
|
4 python $__tool_directory__/unique_mlg_id.py
|
|
5 --database_connection_string '$__app__.config.corals_database_connection'
|
|
6 --output '$output'
|
|
7 ]]></command>
|
|
8 <inputs>
|
|
9 </inputs>
|
|
10 <outputs>
|
|
11 <data name="output" format="tabular"/>
|
|
12 </outputs>
|
|
13 <tests>
|
|
14 <test>
|
|
15 <!--Testing this tool is a bit difficult at the current time.-->
|
|
16 </test>
|
|
17 </tests>
|
|
18 <help>
|
|
19 **What it does**
|
|
20
|
|
21 Queries the corals (stag) database to retrieve the unique corals multi-locus genotype representative sample ids.
|
|
22 </help>
|
|
23 <citations>
|
|
24 <citation type="doi">https://doi.org/10.1038/s41598-020-69101-z</citation>
|
|
25 </citations>
|
|
26 </tool>
|
|
27
|