annotate artic_minion.xml @ 0:c411e2205442 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
author iuc
date Thu, 30 Apr 2020 04:05:09 -0400
parents
children 20165d3a8fb1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
1 <tool id="artic_minion" name="ARTIC minion" version="1.1.0_rc2+galaxy0">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
2 <description></description>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
3 <requirements>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
4 <requirement type="package" version="1.1.0_rc2">artic</requirement>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
5 </requirements>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
7 mkdir -p 'scheme/name/version' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
8 #if str( $primer_scheme_source.primer_scheme_source_selector ) == "tool_data_table":
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
9 ln -s '${primer_scheme_source.primer_scheme_bedfile.fields.path}' 'scheme/name/version/name.scheme.bed' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
10 #else:
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
11 ln -s '${primer_scheme_source.primer_scheme_bedfile}' 'scheme/name/version/name.scheme.bed' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
12 #end if
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
13 #if str( $reference_source.reference_source_selector ) == "history":
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
14 ln -s '${reference_source.reference}' 'scheme/name/version/name.reference.fasta' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
15 samtools faidx 'scheme/name/version/name.reference.fasta' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
16 #else:
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
17 ln -s '${reference_source.reference.fields.path}' 'scheme/name/version/name.reference.fasta' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
18 samtools faidx 'scheme/name/version/name.reference.fasta' &&
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
19 #end if
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
20 artic minion
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
21 --threads \${GALAXY_SLOTS:-1}
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
22 --normalise '${normalise}'
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
23 --read-file '${read_file}'
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
24 --scheme-directory 'scheme'
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
25 --medaka
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
26 $bwa
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
27 'name/version'
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
28 '${read_file.element_identifier}'
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
29 ]]></command>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
30 <inputs>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
31 <param argument="--read-file" type="data" format="fastq,fastqsanger,fastq.gz,fastqsanger.gz" label="Input Read File"/>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
32 <param argument="--normalise" type="integer" min="1" value="200" max="2000" label="Coverage normalisation depth"/>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
33 <param argument="--bwa" type="boolean" truevalue="--bwa" falsevalue="" label="Use bwa aligner"/>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
34 <conditional name="primer_scheme_source">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
35 <param name="primer_scheme_source_selector" type="select" label="Select a primer scheme from your history or use one from a tool data table?"
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
36 help="Screening files must be stored in the 'primer_scheme_bedfiles' tool data table">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
37 <option value="tool_data_table">From tool data table</option>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
38 <option value="history">From history</option>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
39 </param>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
40 <when value="tool_data_table">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
41 <param name="primer_scheme_bedfile" type="select" format="bed" label="Primer Scheme">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
42 <options from_data_table="primer_scheme_bedfiles">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
43 <validator type="no_options" message="No primer scheme .bed files are available" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
44 </options>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
45 </param>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
46 </when>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
47 <when value="history">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
48 <param name="primer_scheme_bedfile" type="data" format="bed" label="Primer Scheme" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
49 </when>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
50 </conditional>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
51 <conditional name="reference_source">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
52 <param name="reference_source_selector" type="select" label="Will you select a reference genome from your history or use a built-in reference?" >
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
53 <option value="cached">Use a built-in reference</option>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
54 <option value="history">Use a reference from history</option>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
55 </param>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
56 <when value="cached">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
57 <param name="reference" type="select" label="Using reference genome" help="Select genome from the list">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
58 <options from_data_table="all_fasta">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
59 <filter type="sort_by" column="2" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
60 <validator type="no_options" message="No references are available" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
61 </options>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
62 </param>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
63 </when>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
64 <when value="history">
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
65 <param name="reference" type="data" format="fasta" label="Use the following dataset as the reference sequence"
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
66 help="You can upload a FASTA sequence to the history and use it as reference" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
67 </when>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
68 </conditional>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
69 </inputs>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
70 <outputs>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
71 <data name="alignment_trimmed" format="bam" from_work_dir="*.trimmed.bam" label="${tool.name} on ${on_string}: trimmed alignment" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
72 <data name="variants_tabular" format="tabular" from_work_dir="*.variants.tab" label="${tool.name} on ${on_string}: variants table" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
73 <data name="variants_merged_vcf" format="vcf_bgzip" from_work_dir="*.merged.vcf.gz" label="${tool.name} on ${on_string}: variants vcf" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
74 <data name="consensus_fasta" format="fasta" from_work_dir="*.consensus.fasta" label="${tool.name} on ${on_string}: consensus sequence" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
75 </outputs>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
76 <tests>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
77 <test>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
78 <param name="reference_source_selector" value="history" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
79 <param name="read_file" value="SRR11410539_seqtk_sample_250_1.fastq" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
80 <param name="reference" value="nCoV-2019.reference.fasta" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
81 <param name="primer_scheme_source_selector" value="tool_data_table" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
82 <param name="primer_scheme_bedfile" value="test_entry" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
83 <output name="consensus_fasta" file="SRR11410539_seqtk_sample_250_1.fastq.consensus.fasta" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
84 </test>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
85 <test>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
86 <param name="reference_source_selector" value="history" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
87 <param name="read_file" value="SRR11410539_seqtk_sample_250_1.fastq" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
88 <param name="reference" value="nCoV-2019.reference.fasta" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
89 <param name="primer_scheme_source_selector" value="history" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
90 <param name="primer_scheme_bedfile" value="nCoV-2019.V1.bed" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
91 <output name="consensus_fasta" file="SRR11410539_seqtk_sample_250_1.fastq.consensus.fasta" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
92 </test>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
93 <test>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
94 <param name="reference_source_selector" value="tool_data_table" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
95 <param name="read_file" value="SRR11410539_seqtk_sample_250_1.fastq" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
96 <param name="reference" value="test_entry" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
97 <param name="primer_scheme_source_selector" value="tool_data_table" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
98 <param name="primer_scheme_bedfile" value="test_entry" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
99 <output name="consensus_fasta" file="SRR11410539_seqtk_sample_250_1.fastq.consensus.fasta" />
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
100 </test>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
101 </tests>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
102 <help><![CDATA[
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
103 This tool aligns MinION reads that were generated from a tiling amplicon library against a viral reference sequence.
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
104 It generates a consensus fasta file and a vcf variant file.
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
105
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
106 This tool is configured to use the experimental 'medaka' variant caller.
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
107 ]]></help>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
108 <citations>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
109 </citations>
c411e2205442 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
iuc
parents:
diff changeset
110 </tool>