annotate pangolin.xml @ 4:35566aadcfc7 draft

"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 20e8d283d6080a62d53b941f130552eaf2e69db1"
author nml
date Thu, 14 May 2020 20:53:17 -0400
parents 24c005390360
children e2497d4385e2
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
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
9 pangolin '$input1' -t "\${GALAXY_SLOTS:-1}" --max-ambig '$additional.max_ambig' --min-length '$additional.min_length' $additional.write_tree &&
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 />
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
26 <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
27 truevalue="--write-tree"
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
28 falsevalue=""
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
29 label="Write guide trees"
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
30 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
31 />
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
32 </section>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
33 </inputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
34 <outputs>
1
b91b3923656e "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents: 0
diff changeset
35 <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
36 <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
37 <filter>additional['write_tree']</filter>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
38 <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
39 </collection>
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
40 </outputs>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
41 <tests>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
42 <test>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
43 <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
44 <output name="lineage_report" >
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
45 <assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
46 <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
47 <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
48 <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
49 <has_text text="lineage" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
50 </assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
51 </output>
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
52 </test>
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
53 <test>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
54 <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
55 <section name="additional">
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
56 <param name="write_tree" value="true" />
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
57 </section>
3
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
58 <output name="lineage_report" >
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
59 <assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
60 <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
61 <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
62 <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
63 <has_text text="lineage" />
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
64 </assert_contents>
24c005390360 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 8a1337fc6ef2b8b3f2f82ebdf3ee8dbb6e3ff1ed"
nml
parents: 2
diff changeset
65 </output>
2
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
66 <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
67 <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
68 <assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
69 <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
70 </assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
71 </element>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
72 <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
73 <assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
74 <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
75 </assert_contents>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
76 </element>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
77 </output_collection>
c897e502c084 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents: 1
diff changeset
78 </test>
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
79 </tests>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
80 <help><![CDATA[
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
81
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
82 Pangolin
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
83 --------
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
84
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
85 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
86 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
87 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
88
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
89 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
90
4
35566aadcfc7 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 20e8d283d6080a62d53b941f130552eaf2e69db1"
nml
parents: 3
diff changeset
91 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
92
0
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
93 --------------
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
94
4
35566aadcfc7 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 20e8d283d6080a62d53b941f130552eaf2e69db1"
nml
parents: 3
diff changeset
95 **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
96
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
97
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
98 **Output** - lineage report:
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
99
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
100 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
101 | 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
102 +=========+=========+======+=============+==================+===========+===========+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
103 | 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
104 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
105 | 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
106 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
107 | 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
108 +---------+---------+------+-------------+------------------+-----------+-----------+
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
109
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 Resources for interpreting aLRT and UFbootstrap values:
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 - `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
114
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
115 - `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
116
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
117 ]]></help>
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
118 <expand macro="citations" />
f612c8391bd8 "planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff changeset
119 </tool>