annotate pangolin.xml @ 0:f612c8391bd8 draft

"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
author nml
date Fri, 01 May 2020 11:30:48 -0400
parents
children b91b3923656e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
1 <tool id="pangolon" name="Pangolin" version="@VERSION@+galaxy0">
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
2 <description> CoV-2019 Phylogenetic Assignment of Named Global Outbreak LINeages</description>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
3 <macros>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
4 <import>macros.xml</import>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
5 </macros>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
6 <expand macro="requirements" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
8
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
9 pangolin '$input1' -t "\${GALAXY_SLOTS:-1}" --max-ambig '$additional.max_ambig' --min-length '$additional.min_length'
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
10
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
11 ]]></command>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
12 <inputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
13 <param name="input1" type="data" format="fasta"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
14 label="Input multi-sequence fasta file"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
15 />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
16 <section name="additional" title="Additional Parameters" expanded="false">
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
17 <param name="max_ambig" type="float" value="0.5" min="0" max="1.0"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
18 label="Maximum proportion of Ns allowed to attempt assignment"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
19 argument="--max-ambig"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
20 />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
21 <param name="min_length" type="integer" value="10000" min="0"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
22 label="Minimum query length to attempt assignment"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
23 argument="--min-length"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
24 />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
25 </section>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
26 </inputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
27 <outputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
28 <data format="csv" from_work_dir="lineage_report.csv" name="lineage_report" label="${input1.name}_lineage_report" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
29 </outputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
30 <tests>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
31 <test>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
32 <param name="input1" value="test_seqs.fasta" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
33 <output name="lineage_report" value="lineage_report.csv" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
34 </test>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
35 </tests>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
36 <help><![CDATA[
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
37
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
38 Pangolin
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
39 --------
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
40
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
41 Pangolin assigns SARS-CoV-2 genome sequences in fasta format to global lineages from `Rambaut et al. <https://doi.org/10.1101/2020.04.17.046086>`_.
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
42 To do this, Pangolin employs the use of external programs including: `iqtree <http://www.iqtree.org/#download>`_, `mafft <https://mafft.cbrc.jp/alignment/software/>`_,
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
43 and `snakemake <https://snakemake.readthedocs.io/en/stable/index.html>`_.
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
44
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
45 More information can be obtained from the authors github site: https://github.com/hCoV-2019/pangolin
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
46
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
47 --------------
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
48
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
49 **Input** - Multi sequence fasta file
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
50
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
51
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
52 **Output** - lineage report:
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
53
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
54 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
55 | Taxon | Lineage | aLRT | UFbootstrap | lineages_version | status | note |
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
56 +=========+=========+======+=============+==================+===========+===========+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
57 | Sample1 | A.1 | 100 | 60 | 2020-04-27 | passed_qc | |
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
58 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
59 | Sample2 | B.1 | 80 | 80 | 2020-04-27 | passed_qc | |
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
60 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
61 | Sample3 | B.1.4 | 60 | 100 | 2020-04-27 | fail | seq_len:0 |
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
62 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
63
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
64
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
65 Resources for interpreting aLRT and UFbootstrap values:
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
66
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
67 - `IQ_TREE: Assessing branch supports with single branch tests <http://www.iqtree.org/doc/Tutorial#assessing-branch-supports-with-single-branch-tests>`_
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
68
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
69 - `IQ_TREE: Command Reference <http://www.iqtree.org/doc/Command-Reference>`_
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
70
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
71 ]]></help>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
72 <expand macro="citations" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
73 </tool>