annotate FunAnn/funct_annot.xml @ 2:d1197d8ee0bb draft default tip

Uploaded
author elixir-it
date Tue, 16 Feb 2021 09:05:48 +0000
parents 9b8afa0b6da4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
1 <tool id="FunAnn" name="FunAnn" version="1">
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
2 <description> </description>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
3 <requirements>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
4 <requirement type="package" >perl</requirement>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
5 <requirement type="package" >wget</requirement>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
6 <requirement type="package" >gzip</requirement>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
7 </requirements>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
8 <command> <![CDATA[
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
9 cp $__tool_directory__/annotate.pl . 2>>$log &&
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
10 perl annotate.pl $infile $outfile 2>>$log
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
11 ]]>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
12 </command>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
13 <inputs>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
14 <param name="infile" format="txt" type="data" label="merged show-snps tabular ouput" help="annotates SARS-CoV-2 variants" />
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
15 </inputs>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
16 <outputs>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
17 <data format="tsv" name="outfile" label="${tool.name} on ${on_string}: Functional annotation of SARS-CoV-2 genomes in tabular format " />
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
18 <data format="txt" name="log" label="${tool.name} on ${on_string}: log file "/>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
19 </outputs>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
20 <help>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
21 **What it does?**
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
22
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
23 This program reads a tabular formatted file, in pseudo vcf format, as obtained from the **join_nucmer** utility and performs functional annotation of SARS-CoV-2 variants. Please notice that the program performs minimum error checks, and that it is designed to work exclusively with the reference annotation of the SARS-CoV-2 genome as available from Genbank. A copy of the genome in fasta format can be found also in this Galaxy, under Shared Data -> Data Libraries -> SARS-CoV-2-REF.
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
24
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
25
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
26 The output file is again, a tabular file delineated by tabs, and providing different types of annotations for the variants included in the input file. A more detailed description of the output format can be found at : https://github.com/matteo14c/SARS-CoV-2_annot .
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
27 </help>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
28 <citations>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
29 </citations>
1886293c2243 Uploaded
elixir-it
parents:
diff changeset
30 </tool>