Mercurial > repos > nml > pangolin
annotate pangolin.xml @ 1:b91b3923656e draft
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
author | nml |
---|---|
date | Fri, 01 May 2020 15:33:17 -0400 |
parents | f612c8391bd8 |
children | c897e502c084 |
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 |
1
b91b3923656e
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents:
0
diff
changeset
|
9 pangolin '$input1' -t "\${GALAXY_SLOTS:-1}" --max-ambig '$additional.max_ambig' --min-length '$additional.min_length' && |
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 /> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
26 </section> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
27 </inputs> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
28 <outputs> |
1
b91b3923656e
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 216d09e3d63a6ab4245df78c111ca97d4e0b14de"
nml
parents:
0
diff
changeset
|
29 <data format="tabular" from_work_dir="lineage_report.tsv" name="lineage_report" label="${input1.name}_lineage_report" /> |
0
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
30 </outputs> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
31 <tests> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
32 <test> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
33 <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
|
34 <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
|
35 </test> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
36 </tests> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
37 <help><![CDATA[ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
38 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
39 Pangolin |
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 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
42 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
|
43 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
|
44 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
|
45 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
46 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
|
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 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
50 **Input** - Multi sequence fasta file |
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 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
53 **Output** - lineage report: |
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 +---------+---------+------+-------------+------------------+-----------+-----------+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
56 | 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
|
57 +=========+=========+======+=============+==================+===========+===========+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
58 | 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
|
59 +---------+---------+------+-------------+------------------+-----------+-----------+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
60 | 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
|
61 +---------+---------+------+-------------+------------------+-----------+-----------+ |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
62 | 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
|
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 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
66 Resources for interpreting aLRT and UFbootstrap values: |
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 - `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
|
69 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
70 - `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
|
71 |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
72 ]]></help> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
73 <expand macro="citations" /> |
f612c8391bd8
"planemo upload for repository https://github.com/hCoV-2019/pangolin commit 5278814fe0175e7ac73ae3f43c443bbe549197ee"
nml
parents:
diff
changeset
|
74 </tool> |