Mercurial > repos > nml > pangolin
annotate pangolin.xml @ 2:c897e502c084 draft
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
author | nml |
---|---|
date | Mon, 04 May 2020 16:40:54 -0400 |
parents | b91b3923656e |
children | 24c005390360 |
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<designation>.+)\.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" /> |
1
b91b3923656e
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents:
0
diff
changeset
|
44 <output name="lineage_report" value="lineage_report.tsv" /> |
0
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
45 </test> |
2
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
46 <test> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
47 <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
|
48 <section name="additional"> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
49 <param name="write_tree" value="true" /> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
50 </section> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
51 <output name="lineage_report" value="lineage_report.tsv" /> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
52 <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
|
53 <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
|
54 <assert_contents> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
55 <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
|
56 </assert_contents> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
57 </element> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
58 <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
|
59 <assert_contents> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
60 <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
|
61 </assert_contents> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
62 </element> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
63 </output_collection> |
c897e502c084
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit b53db6d0612f94e5c9365c9ecd267eeff396097f"
nml
parents:
1
diff
changeset
|
64 </test> |
0
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
65 </tests> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
66 <help><![CDATA[ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
67 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
68 Pangolin |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
69 -------- |
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 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
|
72 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
|
73 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
|
74 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
75 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
|
76 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
77 -------------- |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
78 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
79 **Input** - Multi sequence fasta file |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
80 |
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 **Output** - lineage report: |
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 | 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
|
86 +=========+=========+======+=============+==================+===========+===========+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
87 | 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
|
88 +---------+---------+------+-------------+------------------+-----------+-----------+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
89 | 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
|
90 +---------+---------+------+-------------+------------------+-----------+-----------+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
91 | 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
|
92 +---------+---------+------+-------------+------------------+-----------+-----------+ |
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 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
95 Resources for interpreting aLRT and UFbootstrap values: |
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 - `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
|
98 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
99 - `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
|
100 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
101 ]]></help> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
102 <expand macro="citations" /> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
103 </tool> |