annotate pangolin.xml @ 5:e2497d4385e2 draft default tip

"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
author nml
date Fri, 29 May 2020 00:37:50 -0400
parents 35566aadcfc7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b91b3923656e "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents: 0
diff changeset
1 <tool id="pangolin" name="Pangolin" version="@VERSION@+galaxy0">
0
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
5
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
9 pangolin '$input1' -t "\${GALAXY_SLOTS:-1}" --max-ambig '$additional.max_ambig' --min-length '$additional.min_length' $additional.write_tree $additional.include_putative &&
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
10
1
b91b3923656e "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents: 0
diff changeset
11 sed 's/,/\t/g' lineage_report.csv > lineage_report.tsv
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
12 ]]></command>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
13 <inputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
14 <param name="input1" type="data" format="fasta"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
15 label="Input multi-sequence fasta file"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
16 />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
17 <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
18 <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
19 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
20 argument="--max-ambig"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
21 />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
22 <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
23 label="Minimum query length to attempt assignment"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
24 argument="--min-length"
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
25 />
5
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
26 <param name="include_putative" type="boolean" checked="false" argument="-p"
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
27 truevalue="-p"
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
28 falsevalue=""
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
29 label="Include putative lineages"
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
30 help="Putative lineages fit the criteria required for lineage designation but have not got recall values suitable for lineage assignment.
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
31 If left as 'No', only lineages with >95% recall rate will be used."
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
32 />
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
33 <param name="write_tree" type="boolean" checked="false"
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
34 truevalue="--write-tree"
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
35 falsevalue=""
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
36 label="Write guide trees"
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
37 help="Output a collection of trees with each query sequence placed in the guide tree"
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
38 />
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
39 </section>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
40 </inputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
41 <outputs>
1
b91b3923656e "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents: 0
diff changeset
42 <data format="tabular" from_work_dir="lineage_report.tsv" name="lineage_report" label="${input1.name}_lineage_report" />
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
43 <collection name="pangolin_trees" type="list" label="${tool.name} Trees">
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
44 <filter>additional['write_tree']</filter>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
45 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.tree" directory="pangolin_trees/" format="iqtree" />
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
46 </collection>
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
47 </outputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
48 <tests>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
49 <test>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
50 <param name="input1" value="test_seqs.fasta" />
3
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
51 <output name="lineage_report" >
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
52 <assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
53 <has_text text="Japan/DP0779/2020|EPI_ISL_416626||Japan|unknown||2020-02-17" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
54 <has_text text="USA/NY-NYUMC7/2020|EPI_ISL_418192||USA|New_York|Manhattan|2020-03-16" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
55 <has_text text="This_seq_is_too_short" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
56 <has_text text="lineage" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
57 </assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
58 </output>
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
59 </test>
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
60 <test>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
61 <param name="input1" value="test_seqs.fasta" />
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
62 <section name="additional">
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
63 <param name="write_tree" value="true" />
5
e2497d4385e2 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 9e569ed56e07b5d2d3fb8a72ddc477d34570f081"
nml
parents: 4
diff changeset
64 <param name="include_putative" value="true" />
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
65 </section>
3
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
66 <output name="lineage_report" >
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
67 <assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
68 <has_text text="Japan/DP0779/2020|EPI_ISL_416626||Japan|unknown||2020-02-17" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
69 <has_text text="USA/NY-NYUMC7/2020|EPI_ISL_418192||USA|New_York|Manhattan|2020-03-16" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
70 <has_text text="This_seq_is_too_short" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
71 <has_text text="lineage" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
72 </assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
73 </output>
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
74 <output_collection name="pangolin_trees" type="list">
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
75 <element name="USA_NY-NYUMC7_2020_EPI_ISL_418192__USA_New_York_Manhattan_2020-03-16" ftype="iqtree">
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
76 <assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
77 <has_text text="USA/NY-NYUMC7/2020|EPI_ISL_418192||USA|New_York|Manhattan|2020-03-16" />
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
78 </assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
79 </element>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
80 <element name="Japan_DP0779_2020_EPI_ISL_416626__Japan_unknown__2020-02-17" ftype="iqtree">
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
81 <assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
82 <has_text text="Japan/DP0779/2020|EPI_ISL_416626||Japan|unknown||2020-02-17" />
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
83 </assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
84 </element>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
85 </output_collection>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
86 </test>
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
87 </tests>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
88 <help><![CDATA[
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
89
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
90 Pangolin
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
91 --------
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
92
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
93 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
94 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
95 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
96
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
97 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
98
4
35566aadcfc7 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 20e8d283d6080a62d53b941f130552eaf2e69db1"
nml
parents: 3
diff changeset
99 You may also wish to visit the authors website at https://pangolin.cog-uk.io/
35566aadcfc7 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 20e8d283d6080a62d53b941f130552eaf2e69db1"
nml
parents: 3
diff changeset
100
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
101 --------------
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
102
4
35566aadcfc7 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 20e8d283d6080a62d53b941f130552eaf2e69db1"
nml
parents: 3
diff changeset
103 **Input** - Multi sequence fasta file or individual fasta files
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
104
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
105
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
106 **Output** - lineage report:
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
107
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
108 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
109 | 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
110 +=========+=========+======+=============+==================+===========+===========+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
111 | 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
112 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
113 | 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
114 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
115 | 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
116 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
117
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
118
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
119 Resources for interpreting aLRT and UFbootstrap values:
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
120
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
121 - `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
122
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
123 - `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
124
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
125 ]]></help>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
126 <expand macro="citations" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
127 </tool>