annotate nextclade.xml @ 17:07ab9bd68a02 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
author iuc
date Thu, 04 Aug 2022 06:58:48 +0000
parents 9e10ba792be2
children feb40665d7cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
1 <tool id="nextclade" name="Nextclade" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT">
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
2 <description>Viral genome clade assignment, mutation calling, and sequence quality checks</description>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
3 <macros>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
3
3b75d5285aff "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 7a13866c45dba2337fc37d66c45c77ac73915690"
iuc
parents: 2
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
6 <!-- sars-cov-2 and influenza databases are compatible with nextclade 1+, MPXV ones
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
7 with nextclade 2+ but at time of writing this tool is for nextclade version 2,
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
8 so the following regexp will select all databases known to be compatible with
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
9 this tool and exclude any requiring a future nextclade version 3. -->
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
10 <token name="@COMPATIBILITY_SPEC@"><![CDATA[(^1\..+$|^2\.[0-4](\..+)*$)]]></token>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
11 </macros>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
12 <requirements>
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
13 <requirement type="package" version="@TOOL_VERSION@">nextclade</requirement>
14
b60593baff7d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit dd3394a10a05cf5d862222ef6a1e7edeaf150129"
iuc
parents: 13
diff changeset
14 <requirement type="package" version="9.0">coreutils</requirement>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
15 </requirements>
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
16 <version_command>nextclade --version-detailed</version_command>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
17 <command detect_errors="exit_code"><![CDATA[
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
18 #if $db.source == "cached"
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
19 ln -s '${db.release.fields.path}' db &&
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
20 #elif $db.source == "download"
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
21 nextclade dataset get -n '${organism}' -o db &&
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
22 #end if
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
23 @QUERY_FASTA@
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
24 nextclade run
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
25 --input-dataset db/
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
26 #if $adv.advanced_options == 'yes'
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
27 #if $adv.input_qc_config
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
28 --input-qc-config '$adv.input_qc_config'
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
29 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
30 #if $adv.input_root_seq
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
31 --input-root-seq '$adv.input_root_seq'
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
32 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
33 #if $adv.input_tree
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
34 --input-tree '$adv.input_tree'
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
35 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
36 #if $adv.input_gene_map
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
37 --input-gene-map '$adv.input_gene_map'
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
38 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
39 #if $adv.input_pcr_primers
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
40 --input-pcr-primers '$adv.input_pcr_primers'
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
41 #end if
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
42 #if $adv.input_virus_properties
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
43 --input-virus-properties '$adv.input_virus_properties'
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
44 #end if
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
45 #end if
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
46 #if $outputs and "report_tsv" in $outputs
2
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
47 #if $include_header
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
48 --output-tsv '$report_tsv'
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
49 #else
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
50 --output-tsv report.tsv
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
51 #end if
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
52 #end if
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
53 #if $outputs and "report_json" in $outputs
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
54 --output-json '${report_json}'
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
55 #end if
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
56 #if $outputs and "output_tree" in $outputs
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
57 --output-tree '${output_tree}'
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
58 #end if
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
59 #if $outputs and "output_fasta" in $outputs
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
60 --output-fasta "${output_fasta}"
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
61 #if str($adv.advanced_options) == "yes"
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
62 $adv.include_reference
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
63 #end if
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
64 #end if
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
65 $query
2
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
66 #if $outputs and "report_tsv" in $outputs and not $include_header
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
67 && tail -n+2 report.tsv >'$report_tsv'
1
0f20ed06ed6c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
iuc
parents: 0
diff changeset
68 #end if
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
69 ]]></command>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
70 <inputs>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
71 <param argument="--input-fasta" name="input_fasta" type="data" format="fasta,fasta.gz" label="FASTA file with input sequences" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
72 <param name="organism" type="select" label="Organism">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
73 <option value="sars-cov-2" selected="true">SARS-CoV-2</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
74 <option value="sars-cov-2-no-recomb">SARS-CoV-2 without recombinants</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
75 <option value="flu_h1n1pdm_ha">Influenza A H1N1pdm HA</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
76 <option value="flu_h3n2_ha">Influenza A H3N2 HA</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
77 <option value="flu_vic_ha">Influenza B Victoria HA</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
78 <option value="flu_yam_ha">Influenza B Yamagata HA</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
79 <option value="MPXV">Monkeypox (All Clades)</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
80 <option value="hMPXV">Human Monkeypox (hMPXV)</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
81 <option value="hMPXV_B1">Human Monkeypox Clade B.1</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
82 </param>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
83 <conditional name="db">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
84 <param name="source" type="select" label="Version of database to use">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
85 <option value="cached" selected="true">Use specific database version cached on this Galaxy server</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
86 <option value="download">Download latest available database version from web</option>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
87 </param>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
88 <when value="cached">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
89 <param name="release" label="Cached nextclade database release" type="select">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
90 <options from_data_table="nextclade">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
91 <column name="value" index="0" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
92 <column name="description" index="2" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
93 <column name="date" index="4" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
94 <column name="path" index="5" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
95 <filter type="sort_by" column="4" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
96 <filter type="param_value" ref="organism" column="1" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
97 <filter type="regexp" column="3" value="@COMPATIBILITY_SPEC@" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
98 </options>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
99 </param>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
100 </when>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
101 <when value="download"></when>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
102 </conditional>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
103 <param name="outputs" type="select" label="Output options" help="Output reports and optionally tree" multiple="true">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
104 <option value="report_json">JSON format report</option>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
105 <option value="report_tsv" selected="true">Tabular format report</option>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
106 <option value="output_tree">Auspice v2 tree file (JSON format)</option>
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
107 <option value="output_fasta">Aligned sequences (FASTA format)</option>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
108 </param>
2
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
109 <param name="include_header" type="boolean" label="Include header line in output file"
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
110 truevalue="true" falsevalue="false" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
111 <conditional name="adv">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
112 <param name="advanced_options" type="select" label="Use advanced options" >
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
113 <option value="yes">Yes</option>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
114 <option value="no" selected="true">No</option>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
115 </param>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
116 <when value="yes">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
117 <param argument="--input-qc-config" name="input_qc_config" type="data" label="Quality Control (QC) Config file" format="json" optional="true" help="QC config json file containing custom QC configuration" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
118 <param argument="--input-root-seq" name="input_root_seq" type="data" label="Custom root sequence" format="txt" optional="true" help="Text file containing custom root sequence" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
119 <param argument="--input-tree" name="input_tree" type="data" label="Custom reference tree" format="json" optional="true" help="Auspice JSON v2 file containing custom reference tree" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
120 <param argument="--input-gene-map" name="input_gene_map" type="data" label="Custom gene map" format="json" optional="true" help="JSON file containing custom gene map. Gene map (sometimes also called 'gene annotations') is used to resolve aminoacid changes in genes" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
121 <param argument="--input-pcr-primers" name="input_pcr_primers" type="data" label="Custom PCR primer sites" format="json" optional="true" help="CSV file containing a list of custom PCR primer sites. These are used to report mutations in these sites" />
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
122 <param argument="--input-virus-properties" name="input_virus_properties" type="data" label="Configuration and data specific to a pathogen" format="json" optional="true" help="For more info on the virus properties JSON file, see the Nextclade documentation." />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
123 <param argument="--include-reference" name="include_reference" truevalue="--include-reference" falsevalue="" type="boolean" label="Include reference sequence in FASTA alignment output" help="The FASTA alignment is an optional output of nextclade. Select this option to include the reference sequence in that alignment file" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
124 </when>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
125 <when value="no">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
126 </when>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
127 </conditional>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
128 </inputs>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
129 <outputs>
1
0f20ed06ed6c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
iuc
parents: 0
diff changeset
130 <data name="report_tsv" format="tabular" label="${tool.name} on ${on_string} (TSV report)">
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
131 <filter>outputs and "report_tsv" in outputs</filter>
1
0f20ed06ed6c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
iuc
parents: 0
diff changeset
132 <actions>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
133 <action name="column_names" type="metadata" default="seqName,clade,Nextclade_pango,qc.overallScore,qc.overallStatus,totalSubstitutions,totalDeletions,totalInsertions,totalFrameShifts,totalAminoacidSubstitutions,totalAminoacidDeletions,totalAminoacidInsertions,totalMissing,totalNonACGTNs,totalPcrPrimerChanges,substitutions,deletions,insertions,privateNucMutations.reversionSubstitutions,privateNucMutations.labeledSubstitutions,privateNucMutations.unlabeledSubstitutions,privateNucMutations.totalReversionSubstitutions,privateNucMutations.totalLabeledSubstitutions,privateNucMutations.totalUnlabeledSubstitutions,privateNucMutations.totalPrivateSubstitutions,frameShifts,aaSubstitutions,aaDeletions,aaInsertions,missing,nonACGTNs,pcrPrimerChanges,alignmentScore,alignmentStart,alignmentEnd,qc.missingData.missingDataThreshold,qc.missingData.score,qc.missingData.status,qc.missingData.totalMissing,qc.mixedSites.mixedSitesThreshold,qc.mixedSites.score,qc.mixedSites.status,qc.mixedSites.totalMixedSites,qc.privateMutations.cutoff,qc.privateMutations.excess,qc.privateMutations.score,qc.privateMutations.status,qc.privateMutations.total,qc.snpClusters.clusteredSNPs,qc.snpClusters.score,qc.snpClusters.status,qc.snpClusters.totalSNPs,qc.frameShifts.frameShifts,qc.frameShifts.totalFrameShifts,qc.frameShifts.frameShiftsIgnored,qc.frameShifts.totalFrameShiftsIgnored,qc.frameShifts.score,qc.frameShifts.status,qc.stopCodons.stopCodons,qc.stopCodons.totalStopCodons,qc.stopCodons.score,qc.stopCodons.status,isReverseComplement,failedGenes,warnings,errors" />
1
0f20ed06ed6c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
iuc
parents: 0
diff changeset
134 </actions>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
135 </data>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
136 <data name="report_json" format="json" label="${tool.name} on ${on_string} (JSON report)">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
137 <filter>outputs and "report_json" in outputs</filter>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
138 </data>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
139 <data name="output_tree" format="json" label="${tool.name} on ${on_string} (Auspice v2 tree)">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
140 <filter>outputs and "output_tree" in outputs</filter>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
141 </data>
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
142 <data name="output_fasta" format="fasta" label="${tool.name} on ${on_string} (FASTA alignment)">
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
143 <filter>outputs and "output_fasta" in outputs</filter>
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
144 </data>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
145 </outputs>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
146 <tests>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
147 <test expect_num_outputs="1">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
148 <param name="input_fasta" value="sarscov2_1.fasta" ftype="fasta" />
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
149 <conditional name="db">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
150 <param name="source" value="download" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
151 </conditional>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
152 <param name="outputs" value="report_tsv" />
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
153 <param name="organism" value="sars-cov-2" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
154 <output name="report_tsv">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
155 <assert_contents>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
156 <has_n_columns n="66" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
157 <has_text text="20A" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
158 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
159 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
160 </test>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
161 <test expect_num_outputs="3">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
162 <param name="input_fasta" value="sarscov2_1.fasta" ftype="fasta" />
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
163 <conditional name="db">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
164 <param name="source" value="download" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
165 </conditional>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
166 <param name="outputs" value="report_tsv,report_json,output_tree" />
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
167 <param name="organism" value="sars-cov-2" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
168 <output name="report_tsv">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
169 <assert_contents>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
170 <has_n_columns n="66" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
171 <has_text text="20A" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
172 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
173 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
174 <output name="report_json">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
175 <assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
176 <has_text text='"pos": 240,' />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
177 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
178 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
179 <output name="output_tree">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
180 <assert_contents>
7
f6db3ce6ed1c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c033be45890203e175aa92a26da0d1510f1d1472"
iuc
parents: 6
diff changeset
181 <has_text text='"title": "QC Status"' />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
182 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
183 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
184 </test>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
185 <test expect_num_outputs="1">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
186 <param name="input_fasta" value="sarscov2_1.fasta" ftype="fasta" />
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
187 <conditional name="db">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
188 <param name="source" value="download" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
189 </conditional>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
190 <param name="outputs" value="report_tsv" />
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
191 <param name="organism" value="sars-cov-2" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
192 <conditional name="adv">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
193 <param name="advanced_options" value="yes" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
194 <param name="input_qc_config" value="strict_qc.json" ftype="json" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
195 </conditional>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
196 <output name="report_tsv">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
197 <assert_contents>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
198 <has_n_columns n="66" />
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
199 <has_text text="mediocre" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
200 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
201 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
202 </test>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
203 <test expect_num_outputs="2">
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
204 <param name="input_fasta" value="sarscov2_1.fasta" ftype="fasta" />
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
205 <conditional name="db">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
206 <param name="source" value="download" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
207 </conditional>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
208 <param name="outputs" value="report_tsv,output_fasta" />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
209 <param name="organism" value="sars-cov-2" />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
210 <conditional name="adv">
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
211 <param name="advanced_options" value="yes" />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
212 <param name="include_reference" value="true" />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
213 </conditional>
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
214 <output name="report_tsv">
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
215 <assert_contents>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
216 <has_n_columns n="66" />
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
217 <has_text text="mediocre" />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
218 </assert_contents>
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
219 </output>
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
220 <output name="output_fasta" value="output_alignment.fasta" ftype="fasta" />
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
221 </test>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
222 <test expect_num_outputs="1">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
223 <param name="input_fasta" value="mpxv.fasta.gz" ftype="fasta.gz" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
224 <conditional name="db">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
225 <param name="source" value="download" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
226 </conditional>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
227 <param name="outputs" value="report_tsv" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
228 <param name="organism" value="MPXV" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
229 <output name="report_tsv">
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
230 <assert_contents>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
231 <has_n_columns n="66" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
232 <has_text text="hMPXV-1" />
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
233 </assert_contents>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
234 </output>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
235 </test>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
236 </tests>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
237 <help><![CDATA[
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
238
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
239 .. class:: infomark
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
240
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
241 **What it does**
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
242
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
243 Nextclade_ assigns clades, calls mutations and performs sequence quality checks on SARS-CoV-2 genomes.
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
244
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
245 For a description of nextclade's configuration files, see the `nextclade documentation <https://docs.nextstrain.org/projects/nextclade/en/latest/index.html>`_.
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
246
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
247 **Input**
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
248
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
249 Input is a FASTA file containing one or more SARS-CoV-2 consensus genomes.
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
250
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
251 **Output**
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
252
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
253 Outputs can include:
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
254
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
255 * A tabular format file with a report, one line per input sequence
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
256
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
257 * A JSON format file with the same information as is present in the tabular report
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
258
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
259 * An Auspice v2 tree file in JSON format
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
260
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
261 .. _Nextclade: https://github.com/nextstrain/nextclade
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
262
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
263 ]]></help>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
264 <expand macro="citations" />
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
265 </tool>