Mercurial > repos > nml > bio_hansel
annotate bio_hansel.xml @ 0:9407a9eaad22 draft
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
author | nml |
---|---|
date | Wed, 27 Sep 2017 11:50:41 -0400 |
parents | |
children | ba271365095e |
rev | line source |
---|---|
0
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
1 <tool id="bio_hansel" name="Hansel - Salmonella Subtyping" version="0.1.0"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
2 <requirements> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
3 <requirement type="package" version="0.1.0">bio_hansel</requirement> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
4 <requirement type="package" version="17.2.0">attrs</requirement> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
5 </requirements> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
7 ## Variables to be set. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
8 #set outputResultsName = 'results.tab' |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
9 #set outputMatchResultsName = 'match_results.tab' |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
10 #set verboseDebuggingLevel = '-vvv' |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
11 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
12 ## Preparing file input. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
13 #if $single_or_paired.type == "paired": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
14 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
15 ln -s '$single_or_paired.fastq_input1' fast_q_paired_1.fastq && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
16 ln -s '$single_or_paired.fastq_input2' fast_q_paired_2.fastq && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
17 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
18 #elif $single_or_paired.type == "collection": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
19 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
20 ln -s '$single_or_paired.fastq_input1.forward' fast_q_paired_1.fastq && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
21 ln -s '$single_or_paired.fastq_input1.reverse' fast_q_paired_2.fastq && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
22 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
23 #elif $single_or_paired.type == "single": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
24 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
25 #if $single_or_paired.fastq_input1.is_of_type('fastqsanger') or $single_or_paired.fastq_input1.is_of_type('fastq'): |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
26 ln -s '$single_or_paired.fastq_input1' fast_q_single.fastq && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
27 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
28 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
29 #if $single_or_paired.fastq_input1.is_of_type('fasta'): |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
30 ln -s '$single_or_paired.fastq_input1' fast_a_single.fasta && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
31 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
32 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
33 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
34 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
35 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
36 ## Checking for custom scheme. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
37 #if $type_of_scheme.scheme_type == "custom": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
38 #if $type_of_scheme.scheme_input.is_of_type('fasta'): |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
39 ln -s '$type_of_scheme.scheme_input' custom_scheme.fasta && |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
40 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
41 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
42 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
43 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
44 ## Start the actual command here |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
45 hansel |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
46 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
47 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
48 ## Select the scheme |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
49 -s |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
50 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
51 #if $type_of_scheme.scheme_type == "heidelberg": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
52 heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
53 #elif $type_of_scheme.scheme_type == "enteritidis": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
54 enteritidis |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
55 #elif $type_of_scheme.scheme_type == "custom": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
56 custom_scheme.fasta |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
57 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
58 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
59 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
60 #if $kmer_min |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
61 --min-kmer-freq $kmer_min |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
62 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
63 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
64 #if $kmer_max |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
65 --max-kmer-freq $kmer_max |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
66 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
67 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
68 ## Adding more parameters to the command. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
69 $verboseDebuggingLevel -t "\${GALAXY_SLOTS:-1}" -o $outputResultsName -O $outputMatchResultsName |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
70 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
71 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
72 ## Entering the file inputs. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
73 #if $single_or_paired.type == "single": |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
74 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
75 #if $single_or_paired.fastq_input1.is_of_type('fastqsanger') or $single_or_paired.fastq_input1.is_of_type('fastq'): |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
76 fast_q_single.fastq |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
77 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
78 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
79 #if $single_or_paired.fastq_input1.is_of_type('fasta'): |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
80 fast_a_single.fasta |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
81 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
82 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
83 #else |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
84 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
85 ##use -p to declare using two files. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
86 -p fast_q_paired_1.fastq fast_q_paired_2.fastq |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
87 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
88 #end if |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
89 ]]></command> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
90 <inputs> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
91 <conditional name="single_or_paired"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
92 <param name="type" type="select" label="Specify the read type."> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
93 <option value="single">Single-end Data</option> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
94 <option value="paired">Paired-end Data</option> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
95 <option value="collection">Collection Paired-end Data</option> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
96 </param> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
97 <when value="single"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
98 <param name="fastq_input1" type="data" format="fastqsanger, fastq, fasta" label="Single end read file(s)"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
99 </when> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
100 <when value="paired"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
101 <param name="fastq_input1" type="data" format="fastqsanger, fastq" label="Forward paired-end read file"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
102 <param name="fastq_input2" type="data" format="fastqsanger, fastq" label="Reverse paired-end read file"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
103 </when> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
104 <when value="collection"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
105 <param name="fastq_input1" type="data_collection" label="Paired-end reads collection" optional="false" format="fastqsanger, fastq" collection_type="paired" /> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
106 </when> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
107 </conditional> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
108 <conditional name="type_of_scheme"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
109 <param name="scheme_type" type="select" label="Specify scheme to use. (Heidelberg is default)"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
110 <option value="heidelberg">Heidelberg scheme</option> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
111 <option value="enteritidis">Enteritidis scheme</option> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
112 <option value="custom">Specify your own custom scheme</option> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
113 </param> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
114 <when value="heidelberg"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
115 <when value="enteritidis"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
116 <when value="custom"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
117 <param name="scheme_input" type="data" format="fasta" label="Scheme Input"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
118 </when> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
119 </conditional> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
120 <param name="kmer_min" argument="--min-kmer-freq" optional="True" type="integer" min="0" label="Min k-mer freq/coverage" value="10" help="default = 10"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
121 <param name="kmer_max" argument="--max-kmer-freq" optional="True" type="integer" min="1" label="Max k-mer freq/coverage" value="200" help="default = 200"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
122 </inputs> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
123 <outputs> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
124 <data format="tabular" name="results.tab" from_work_dir="results.tab" label="results.tab"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
125 <data format="tabular" name="match_results.tab" from_work_dir="match_results.tab" label="match_results.tab"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
126 </outputs> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
127 <tests> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
128 <test> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
129 <param name="single_or_paired" value="single"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
130 <param name="type_of_scheme" value="heidelberg"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
131 <param name="fastq_input1" value="SRR1002850_SMALL.fasta"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
132 <output name="results.tab"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
133 <assert_contents> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
134 <!-- Verifying that the columns are as expected. --> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
135 <has_text_matching expression="sample\s+scheme\s+subtype\s+all_subtypes\s+tiles_matching_subtype\s+are_subtypes_consistent\s+inconsistent_subtypes\s+n_tiles_matching_all\s+n_tiles_matching_all_total\s+n_tiles_matching_positive\s+n_tiles_matching_positive_total\s+n_tiles_matching_subtype\s+n_tiles_matching_subtype_total\s+file_path"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
136 <!-- Verifying that the output of running the test file is expected. This is done via REGEX because the name and path of the file outputted to results.tab changes each test. --> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
137 <has_text_matching expression="(heidelberg)\s+(2.2.2.2.1.4)\s+(2;)\s+(2.2;)\s+(2.2.2;)\s+(2.2.2.2;)\s+(2.2.2.2.1;)\s+(2.2.2.2.1.4)\s+(1037658-2.2.2.2.1.4;)\s+(2154958-2.2.2.2.1.4;)\s+(3785187-2.2.2.2.1.4)\s+(True)\s+(202)\s+(202)\s+(17)\s+(17)\s+(3)\s+(3)"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
138 </assert_contents> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
139 </output> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
140 <output name="match_results.tab"> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
141 <assert_contents> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
142 <!-- This is the last line in the file, this assertion is to make sure that we have the correct number of items. --> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
143 <has_text_matching expression="negative4738855-1.1"/> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
144 </assert_contents> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
145 </output> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
146 </test> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
147 </tests> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
148 <help><![CDATA[ |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
149 *********************************************************** |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
150 bio_hansel - Heidelberg And eNteritidis Snp ELucidation |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
151 *********************************************************** |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
152 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
153 Subtype *Salmonella enterica* subsp. enterica serovar Heidelberg and Enteritidis genomes using *in-silico* 33 bp k-mer SNP subtyping schemes developed by Genevieve Labbe et al. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
154 Subtype *Salmonella* genome assemblies (FASTA files) and/or whole-genome sequencing reads (FASTQ files)! |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
155 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
156 Github |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
157 ======== |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
158 https://github.com/phac-nml/bio_hansel |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
159 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
160 Citation |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
161 ======== |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
162 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
163 If you find this tool useful, please cite as: |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
164 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
165 .. epigraph:: |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
166 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
167 A robust genotyping scheme for *Salmonella enterica* serovar Heidelberg clones circulating in North America. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
168 Geneviève Labbé, James Robertson, Peter Kruczkiewicz, Chad R. Laing, Kim Ziebell, Aleisha R. Reimer, Lorelee Tschetter, Gary Van Domselaar, Sadjia Bekal, Kimberley A. MacDonald, Linda Hoang, Linda Chui, Danielle Daignault, Durda Slavic, Frank Pollari, E. Jane Parmley, Philip Mabon, Elissa Giang, Lok Kan Lee, Jonathan Moffat, Marisa Rankin, Joanne MacKinnon, Roger Johnson, John H.E. Nash. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
169 [Manuscript in preparation] |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
170 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
171 Usage |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
172 ===== |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
173 Enter your FASTQ/FASTA read files, select which scheme you would like to use (e.g. heidelberg, enteritidis, etc...) or specify your own. Finally, click execute. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
174 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
175 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
176 Example Usage |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
177 ============= |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
178 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
179 Analysis of a single FASTA file |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
180 ------------------------------- |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
181 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
182 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
183 Contents of ``results.tab``: |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
184 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
185 sample scheme subtype all_subtypes tiles_matching_subtype are_subtypes_consistent inconsistent_subtypes n_tiles_matching_all n_tiles_matching_all_total n_tiles_matching_positive n_tiles_matching_positive_total n_tiles_matching_subtype n_tiles_matching_subtype_total file_path |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
186 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
187 SRR1002850 heidelberg 2.2.2.2.1.4 2; 2.2; 2.2.2; 2.2.2.2; 2.2.2.2.1; 2.2.2.2.1.4 1037658-2.2.2.2.1.4; 2154958-2.2.2.2.1.4; 3785187-2.2.2.2.1.4 True 202 202 17 17 3 3 SRR1002850.fasta |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
188 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
189 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
190 Contents of ``match_results.tab``: |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
191 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
192 tilename stitle pident length mismatch gapopen qstart qend sstart send evalue bitscore qlen slen seq coverage is_trunc refposition subtype is_pos_tile sample file_path scheme |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
193 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
194 775920-2.2.2.2 NODE_2_length_512016_cov_46.4737_ID_3 100.0 33 0 0 1 33 474875 474907 2.0000000000000002e-11 62.1 33 512016 GTTCAGGTGCTACCGAGGATCGTTTTTGGTGCG 1.0 False 775920 2.2.2.2 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
195 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
196 True SRR1002850 SRR1002850.fasta heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
197 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
198 negative3305400-2.1.1.1 NODE_3_length_427905_cov_48.1477_ID_5 100.0 33 0 0 1 33 276235 276267 2.0000000000000002e-11 62.1 33 427905 CATCGTGAAGCAGAACAGACGCGCATTCTTGCT 1.0 False |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
199 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
200 negative3305400 2.1.1.1 False SRR1002850 SRR1002850.fasta heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
201 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
202 negative3200083-2.1 NODE_3_length_427905_cov_48.1477_ID_5 100.0 33 0 0 1 33 170918 170950 2.0000000000000002e-11 62.1 33 427905 ACCCGGTCTACCGCAAAATGGAAAGCGATATGC 1.0 False |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
203 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
204 negative3200083 2.1 False SRR1002850 SRR1002850.fasta heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
205 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
206 negative3204925-2.2.3.1.5 NODE_3_length_427905_cov_48.1477_ID_5 100.0 33 0 0 1 33 175760 175792 2.0000000000000002e-11 62.1 33 427905 CTCGCTGGCAAGCAGTGCGGGTACTATCGGCGG 1.0 False |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
207 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
208 negative3204925 2.2.3.1.5 False SRR1002850 SRR1002850.fasta heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
209 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
210 negative3230678-2.2.2.1.1.1 NODE_3_length_427905_cov_48.1477_ID_5 100.0 33 0 0 1 33 201513 201545 2.0000000000000002e-11 62.1 33 427905 AGCGGTGCGCCAAACCACCCGGAATGATGAGTG 1.0 False |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
211 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
212 negative3230678 2.2.2.1.1.1 False SRR1002850 SRR1002850.fasta heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
213 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
214 negative3233869-2.1.1.1.1 NODE_3_length_427905_cov_48.1477_ID_5 100.0 33 0 0 1 33 204704 204736 2.0000000000000002e-11 62.1 33 427905 CAGCGCTGGTATGTGGCTGCACCATCGTCATTA 1.0 False |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
215 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
216 [Next 196 lines omitted.] |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
217 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
218 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
219 Analysis of a single FASTQ readset |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
220 ---------------------------------- |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
221 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
222 Contents of ``results.tab``: |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
223 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
224 sample scheme subtype all_subtypes tiles_matching_subtype are_subtypes_consistent inconsistent_subtypes n_tiles_matching_all n_tiles_matching_all_total n_tiles_matching_positive n_tiles_matching_positive_total n_tiles_matching_subtype n_tiles_matching_subtype_total file_path |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
225 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
226 SRR5646583 heidelberg 2.2.1.1.1.1 2; 2.2; 2.2.1; 2.2.1.1; 2.2.1.1.1; 2.2.1.1.1.1 1983064-2.2.1.1.1.1; 4211912-2.2.1.1.1.1 True 202 202 20 20 2 2 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
227 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
228 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
229 Contents of ``match_results.tab``: |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
230 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
231 seq freq sample file_path tilename is_pos_tile subtype refposition is_kmer_freq_okay scheme |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
232 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
233 ACGGTAAAAGAGGACTTGACTGGCGCGATTTGC 68 SRR5646583 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger 21097-2.2.1.1.1 True 2.2.1.1.1 21097 True heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
234 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
235 AACCGGCGGTATTGGCTGCGGTAAAAGTACCGT 77 SRR5646583 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger 157792-2.2.1.1.1 True 2.2.1.1.1 157792 True heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
236 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
237 CCGCTGCTTTCTGAAATCGCGCGTCGTTTCAAC 67 SRR5646583 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger 293728-2.2.1.1 True 2.2.1.1 293728 True heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
238 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
239 GAATAACAGCAAAGTGATCATGATGCCGCTGGA 91 SRR5646583 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger 607438-2.2.1 True 2.2.1 607438 True heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
240 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
241 CAGTTTTACATCCTGCGAAATGCGCAGCGTCAA 87 SRR5646583 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger 691203-2.2.1.1 True 2.2.1.1 691203 True heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
242 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
243 CAGGAGAAAGGATGCCAGGGTCAACACGTAAAC 33 SRR5646583 SRR5646583_forward.fastqsanger; SRR5646583_reverse.fastqsanger 944885-2.2.1.1.1 True 2.2.1.1.1 944885 True heidelberg |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
244 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
245 [Next 200 lines omitted.] |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
246 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
247 |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
248 Wrapper written by Matthew Gopez at the Public Health Agency of Canada, National Microbiology Laboratory. |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
249 ]]></help> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
250 <citations> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
251 </citations> |
9407a9eaad22
planemo upload for repository https://github.com/phac-nml/bio_hansel commit c35a4502f95471e22dea2d77f36b92c47424cecc
nml
parents:
diff
changeset
|
252 </tool> |