annotate join_nucmer/join_nucmer.xml @ 1:f8fb4135630a draft default tip

Uploaded
author elixir-it
date Tue, 27 Oct 2020 14:43:56 +0000
parents c68401961b4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
1 <tool id="join_nucmer" name="join_nucmer" version="">
1
f8fb4135630a Uploaded
elixir-it
parents: 0
diff changeset
2 <description>Join multiple mummer output files in a phenetic matrix</description>
0
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
3 <command>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
4 <![CDATA[
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
5 perl $__tool_directory__/join_nucmer.pl $output_file ${" ".join(map(str, $input_file))}
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
6 ]]>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
7 </command>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
8
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
9 <inputs>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
10 <param name="input_file" format="tsv" type="data" multiple="true" label="show-snps tabular output" help="join mutiple nucmer output files" />
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
11 </inputs>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
12
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
13 <outputs>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
14 <data format="tsv" name="output_file" label="${tool.name} on ${on_string} consolidated variants file" />
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
15 </outputs>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
16 <stdio>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
17 <exit_code range="1:" level="fatal" />
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
18 </stdio>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
19 <help>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
20 **What it does?**
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
21
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
22 This tool is used to merge variant calls, in nucmer format, into a single tabular file. The output file will have as may columns as
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
23 the number of genomes provided in input. And as many rows as the number of variants observed in the genomes. For every genome assembly and
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
24 variant a simple binary code 1= present, 0=absent will be used to indicate whether that genome carries a specific variant.
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
25 This table should be provided to the FunAnn tool to obtain the functional annotation of the variants.
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
26
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
27 </help>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
28
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
29 <tests>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
30 <test>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
31 </test>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
32 </tests>
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
33
c68401961b4b Uploaded
elixir-it
parents:
diff changeset
34 </tool>