annotate nextclade.xml @ 20:4f6349228462 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
author iuc
date Thu, 14 Mar 2024 13:26:08 +0000
parents 128ba8da994f
children
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>
20
4f6349228462 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
iuc
parents: 19
diff changeset
12 <expand macro="xrefs"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
13 <requirements>
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
14 <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
15 <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
16 </requirements>
5
0c46b95d60c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
iuc
parents: 4
diff changeset
17 <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
18 <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
19 #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
20 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
21 #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
22 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
23 #end if
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
24 @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
25 nextclade run
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
26 --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
27 #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
28 #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
29 --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
30 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
31 #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
32 --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
33 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
34 #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
35 --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
36 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
37 #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
38 --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
39 #end if
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
40 #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
41 --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
42 #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
43 #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
44 --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
45 #end if
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
46 #end if
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
47 #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
48 #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
49 --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
50 #else
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
51 --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
52 #end if
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
53 #end if
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
54 #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
55 --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
56 #end if
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
57 #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
58 --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
59 #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
60 #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
61 --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
62 #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
63 $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
64 #end if
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
65 #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
66 $query
2
6cd62b6d2b5c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 8a6f8a1c1cb3fea223e6bf628b930a1182088b0b"
iuc
parents: 1
diff changeset
67 #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
68 && 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
69 #end if
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
70 ]]></command>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
71 <inputs>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
72 <param argument="--input-fasta" type="data" format="fasta,fasta.gz" label="FASTA file with input sequences"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
73 <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
74 <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
75 <option value="sars-cov-2-no-recomb">SARS-CoV-2 without recombinants</option>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
76 <option value="sars-cov-2-21L">SARS-CoV-2 relative to BA.2</option>
17
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_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
78 <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
79 <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
80 <option value="flu_yam_ha">Influenza B Yamagata HA</option>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
81 <option value="MPXV">Monkeypox (All Clades - MPXV)</option>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
82 <option value="hMPXV">Human Monkeypox (hMPXV)</option>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
83 <option value="hMPXV_B1">Human Monkeypox Clade B.1 (hMPXV_B1)</option>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
84 </param>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
85 <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
86 <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
87 <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
88 <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
89 </param>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
90 <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
91 <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
92 <options from_data_table="nextclade">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
93 <column name="value" index="0"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
94 <column name="description" index="2"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
95 <column name="date" index="4"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
96 <column name="path" index="5"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
97 <filter type="sort_by" column="4"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
98 <filter type="param_value" ref="organism" column="1"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
99 <filter type="regexp" column="3" value="@COMPATIBILITY_SPEC@"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
100 </options>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
101 </param>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
102 </when>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
103 <when value="download"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
104 </conditional>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
105 <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
106 <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
107 <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
108 <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
109 <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
110 </param>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
111 <param name="include_header" type="boolean" label="Include header line in output file" 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
112 <conditional name="adv">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
113 <param name="advanced_options" type="select" label="Use advanced options">
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
114 <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
115 <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
116 </param>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
117 <when value="yes">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
118 <param argument="--input-qc-config" type="data" label="Quality Control (QC) Config file" format="json" optional="true" help="QC config json file containing custom QC configuration"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
119 <param argument="--input-root-seq" type="data" label="Custom root sequence" format="txt" optional="true" help="Text file containing custom root sequence"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
120 <param argument="--input-tree" type="data" label="Custom reference tree" format="json" optional="true" help="Auspice JSON v2 file containing custom reference tree"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
121 <param argument="--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"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
122 <param argument="--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"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
123 <param argument="--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."/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
124 <param argument="--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
125 </when>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
126 <when value="no">
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
127 </when>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
128 </conditional>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
129 </inputs>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
130 <outputs>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
131 <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
132 <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
133 <actions>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
134 <conditional name="organism">
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
135 <expand macro="column_metadata" dataset_name="sars-cov-2" extra_columns="Nextclade_pango,"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
136 <expand macro="column_metadata" dataset_name="sars-cov-2-no-recomb" extra_columns="Nextclade_pango,"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
137 <expand macro="column_metadata" dataset_name="sars-cov-2-21L" extra_columns="Nextclade_pango,partiallyAliased,immune_escape,ace2_binding,"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
138 <expand macro="column_metadata" dataset_name="flu_h1n1pdm_ha"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
139 <expand macro="column_metadata" dataset_name="flu_h3n2_ha"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
140 <expand macro="column_metadata" dataset_name="flu_vic_ha"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
141 <expand macro="column_metadata" dataset_name="flu_yam_ha"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
142 <expand macro="column_metadata" dataset_name="MPXV" extra_columns="outbreak,lineage,"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
143 <expand macro="column_metadata" dataset_name="hMPXV" extra_columns="outbreak,lineage,"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
144 <expand macro="column_metadata" dataset_name="hMPXV_B1" extra_columns="outbreak,lineage,"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
145 </conditional>
1
0f20ed06ed6c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
iuc
parents: 0
diff changeset
146 </actions>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
147 </data>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
148 <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
149 <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
150 </data>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
151 <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
152 <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
153 </data>
4
b74b9a7b3e3b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit e6c24a9360cd88f87804b6e7648295d6f300eac9"
iuc
parents: 3
diff changeset
154 <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
155 <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
156 </data>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
157 </outputs>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
158 <tests>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
159 <test expect_num_outputs="1">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
160 <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
161 <conditional name="db">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
162 <param name="source" value="download"/>
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>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
164 <param name="outputs" value="report_tsv"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
165 <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
166 <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
167 <assert_contents>
20
4f6349228462 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
iuc
parents: 19
diff changeset
168 <has_n_columns n="71"/>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
169 <has_text text="20A"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
170 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
171 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
172 </test>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
173 <test expect_num_outputs="3">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
174 <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
175 <conditional name="db">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
176 <param name="source" value="download"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
177 </conditional>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
178 <param name="outputs" value="report_tsv,report_json,output_tree"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
179 <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
180 <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
181 <assert_contents>
20
4f6349228462 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
iuc
parents: 19
diff changeset
182 <has_n_columns n="71"/>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
183 <has_text text="20A"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
184 </assert_contents>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
185 <metadata name="column_names" value="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,coverage,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"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
186 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
187 <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
188 <assert_contents>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
189 <has_text text="&quot;pos&quot;: 240,"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
190 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
191 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
192 <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
193 <assert_contents>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
194 <has_text text="&quot;title&quot;: &quot;QC Status&quot;"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
195 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
196 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
197 </test>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
198 <test expect_num_outputs="1">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
199 <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
200 <conditional name="db">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
201 <param name="source" value="download"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
202 </conditional>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
203 <param name="outputs" value="report_tsv"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
204 <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
205 <conditional name="adv">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
206 <param name="advanced_options" value="yes"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
207 <param name="input_qc_config" value="strict_qc.json" ftype="json"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
208 </conditional>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
209 <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
210 <assert_contents>
20
4f6349228462 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
iuc
parents: 19
diff changeset
211 <has_n_columns n="71"/>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
212 <has_text text="mediocre"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
213 </assert_contents>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
214 </output>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
215 </test>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
216 <test expect_num_outputs="2">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
217 <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
218 <conditional name="db">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
219 <param name="source" value="download"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
220 </conditional>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
221 <param name="outputs" value="report_tsv,output_fasta"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
222 <param name="organism" value="sars-cov-2"/>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
223 <conditional name="adv">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
224 <param name="advanced_options" value="yes"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
225 <param name="include_reference" value="true"/>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
226 </conditional>
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
227 <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
228 <assert_contents>
20
4f6349228462 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit bc6ba57599c6516bd728e7311ba0a53188622edf
iuc
parents: 19
diff changeset
229 <has_n_columns n="71"/>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
230 <has_text text="mediocre"/>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
231 </assert_contents>
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
232 </output>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
233 <output name="output_fasta" value="output_alignment.fasta" ftype="fasta"/>
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
234 </test>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
235 <test expect_num_outputs="1">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
236 <param name="input_fasta" value="mpxv.fasta.gz" ftype="fasta.gz"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
237 <conditional name="db">
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
238 <param name="source" value="download"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
239 </conditional>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
240 <param name="outputs" value="report_tsv"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
241 <param name="organism" value="MPXV"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
242 <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
243 <assert_contents>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
244 <has_n_columns n="68"/>
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
245 <has_text text="hMPXV-1"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
246 </assert_contents>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
247 <metadata name="column_names" value="seqName,clade,outbreak,lineage,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,coverage,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"/>
17
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
248 </output>
07ab9bd68a02 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
iuc
parents: 16
diff changeset
249 </test>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
250 </tests>
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
251 <help><![CDATA[
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 .. class:: infomark
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 **What it does**
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 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
258
13
64be7ff9b97b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit ab4114a60ce5358ef2fbe9c7e8acbedd40c545d9"
iuc
parents: 8
diff changeset
259 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
260
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
261 **Input**
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 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
264
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
265 **Output**
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
266
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
267 Outputs can include:
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
268
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
269 * 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
270
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
271 * 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
272
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
273 * 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
274
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
275 .. _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
276
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
277 ]]></help>
19
128ba8da994f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit c41319b6593caa0a11835f5e8bc48b1f1e316ff8
iuc
parents: 18
diff changeset
278 <expand macro="citations"/>
0
615f484bdb4a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 52ba8fbf88f6c92b2811ace30ebd091b0800057a"
iuc
parents:
diff changeset
279 </tool>