Mercurial > repos > thanhlv > snippy
annotate snippy.xml @ 0:42806c5a342d draft
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
| author | thanhlv |
|---|---|
| date | Tue, 25 Jun 2019 10:53:58 -0400 |
| parents | |
| children | 8cdc3f9c2dc5 |
| rev | line source |
|---|---|
|
0
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
1 <tool id="snippy" name="snippy_qib" version="@VERSION@+galaxy1"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
2 <description> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
3 Snippy finds SNPs between a haploid reference genome and your NGS sequence reads. |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
4 </description> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
5 <macros> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
6 <import>macros.xml</import> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
7 </macros> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
8 <expand macro="requirements" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
9 <expand macro="version_command" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
10 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
12 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
13 #if $reference_source.reference_source_selector == 'history': |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
14 ln -f -s '$reference_source.ref_file' 'foo.fna' && |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
15 #else: |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
16 ln -f -s '$reference_source.ref_file.fields.path' 'foo.fna' && |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
17 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
18 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
19 snippy |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
20 --outdir 'out' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
21 --cpus "\${GALAXY_SLOTS:-1}" |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
22 --ref 'foo.fna' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
23 --mapqual $adv.mapqual |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
24 --mincov $adv.mincov |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
25 --minfrac $adv.minfrac |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
26 #if $adv.rgid |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
27 --rgid '$advanced.rgid' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
28 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
29 #if $adv.bwaopt |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
30 --bwaopt '$advanced.bwaopt' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
31 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
32 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
33 #if str( $fastq_input.fastq_input_selector ) == "paired" |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
34 --pe1 '$fastq_input.fastq_input1' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
35 --pe2 '$fastq_input.fastq_input2' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
36 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
37 #if str( $fastq_input.fastq_input_selector ) == "paired_collection" |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
38 --pe1 '$fastq_input.fastq_input.forward' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
39 --pe2 '$fastq_input.fastq_input.reverse' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
40 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
41 #if str( $fastq_input.fastq_input_selector ) == "single" |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
42 --se '$fastq_input.fastq_input' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
43 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
44 #if str( $fastq_input.fastq_input_selector ) == "paired_iv" |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
45 --peil '$fastq_input.fastq_input' |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
46 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
47 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
48 && |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
49 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
50 gunzip out/snps.depth.gz |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
51 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
52 && |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
53 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
54 #import re |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
55 #if str( $fastq_input.fastq_input_selector ) == "paired" |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
56 #set $dir_name = re.sub('[^\w_]', '_', $fastq_input.fastq_input1.element_identifier) |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
57 #else |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
58 #set $dir_name = re.sub('[^\w_]', '_', $fastq_input.fastq_input.element_identifier) |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
59 #end if |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
60 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
61 mkdir -p ${dir_name} && cp -r out/reference out/snps.tab out/snps.aligned.fa ${dir_name}/ && |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
62 tar -czf out.tgz ${dir_name} |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
63 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
64 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
65 ]]></command> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
66 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
67 <inputs> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
68 <conditional name="reference_source"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
69 <param name="reference_source_selector" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Built-ins were indexed using default options. See `Indexes` section of help below. If you would like to perform self-mapping select `history` here, then choose your input file as reference."> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
70 <option value="cached">Use a built-in genome index</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
71 <option value="history">Use a genome from history and build index</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
72 </param> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
73 <when value="cached"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
74 <param name="ref_file" type="select" label="Using reference genome" help="Select genome from the list"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
75 <options from_data_table="snippy"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
76 <validator type="no_options" message="No reference genomes are available" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
77 </options> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
78 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
79 </param> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
80 </when> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
81 <when value="history"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
82 <param name="ref_file" type="data" format="fasta" label="Use the following dataset as the reference sequence" help="You can upload a FASTA or FASTQ sequence to the history and use it as reference" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
83 </when> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
84 </conditional> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
85 <conditional name="fastq_input"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
86 <param name="fastq_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
87 <option value="paired">Paired</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
88 <option value="single">Single</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
89 <option value="paired_collection">Paired Collection</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
90 <option value="paired_iv">Paired Interleaved</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
91 </param> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
92 <when value="paired"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
93 <param name="fastq_input1" type="data" format="fastqsanger,fasta" label="Select first set of reads" help="Specify dataset with forward reads"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
94 <param name="fastq_input2" type="data" format="fastqsanger,fasta" label="Select second set of reads" help="Specify dataset with reverse reads"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
95 </when> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
96 <when value="single"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
97 <param name="fastq_input" type="data" format="fastqsanger,fasta" label="Select fastq dataset" help="Specify dataset with single reads"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
98 </when> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
99 <when value="paired_collection"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
100 <param name="fastq_input" format="fastqsanger,fasta" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
101 </when> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
102 <when value="paired_iv"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
103 <param name="fastq_input" type="data" format="fastqsanger" label="Select fastq dataset" help="Specify dataset with interleaved reads"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
104 </when> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
105 </conditional> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
106 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
107 <section name="adv" title="Advanced parameters" expanded="false"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
108 <param name="mapqual" type="integer" value="60" label="Minimum mapping quality" help="Minimum mapping quality to allow" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
109 <param name="mincov" type="integer" value="10" label="Minimum coverage" help="Minimum coverage to call a snp" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
110 <param name="minfrac" type="float" value="0.9" label="Minumum proportion for variant evidence" help="Minumum proportion for variant evidence" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
111 <param name="rgid" type="text" value="" label="Bam header @RG ID" help="Use this @RG ID: in the BAM header" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
112 <param name="bwaopt" type="text" value="" label="Extra BWA MEM options" help="Extra BWA MEM options, eg. -x pacbio" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
113 </section> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
114 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
115 <param name="outputs" type="select" multiple="true" display="checkboxes" label="Output selection"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
116 <option value="outvcf" selected="True">The final annotated variants in VCF format</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
117 <option value="outgff" selected="False">The variants in GFF3 format</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
118 <option value="outtab" selected="True">A simple tab-separated summary of all the variants</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
119 <option value="outsum" selected="False">A summary of the samples and mapping</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
120 <option value="outlog" selected="False">A log file with the commands run and their outputs</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
121 <option value="outaln" selected="False">A version of the reference but with - at position with depth=0 and N for 0 to depth to --mincov (does not have variants)</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
122 <option value="outcon" selected="False">A version of the reference genome with all variants instantiated</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
123 <option value="outdep" selected="False">Output of samtools depth for the .bam file</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
124 <option value="outbam" selected="False">The alignments in BAM format. Note that multi-mapping and unmapped reads are not present.</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
125 <option value="outzip" selected="True">Zipped files needed for input into snippy-core</option> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
126 </param> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
127 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
128 </inputs> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
129 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
130 <outputs> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
131 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
132 <data format="vcf" name="snpvcf" label="${tool.name} on ${on_string} snps vcf file" from_work_dir="out/snps.vcf"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
133 <filter>outputs and 'outvcf' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
134 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
135 <data format="gff3" name="snpgff" label="${tool.name} on ${on_string} snps gff file" from_work_dir="out/snps.gff"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
136 <filter>outputs and 'outgff' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
137 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
138 <data format="tabular" name="snptab" label="${tool.name} on ${on_string} snps table" from_work_dir="out/snps.tab"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
139 <filter>outputs and 'outtab' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
140 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
141 <data format="tabular" name="snpsum" label="${tool.name} on ${on_string} snps summary" from_work_dir="out/snps.txt"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
142 <filter>outputs and 'outsum' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
143 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
144 <data format="txt" name="snplog" label="${tool.name} on ${on_string} log file" from_work_dir="out/snps.log"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
145 <filter>outputs and 'outlog' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
146 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
147 <data format="fasta" name="snpalign" label="${tool.name} on ${on_string} aligned fasta" from_work_dir="out/snps.aligned.fa"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
148 <filter>outputs and 'outaln' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
149 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
150 <data format="fasta" name="snpconsensus" label="${tool.name} on ${on_string} consensus fasta" from_work_dir="out/snps.consensus.fa"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
151 <filter>outputs and 'outcon' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
152 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
153 <data format="tabular" name="snpsdepth" label="${tool.name} on ${on_string} mapping depth" from_work_dir="out/snps.depth"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
154 <filter>outputs and 'outdep' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
155 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
156 <data format="bam" name="snpsbam" label="${tool.name} on ${on_string} mapped reads (bam)" from_work_dir="out/snps.bam"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
157 <filter>outputs and 'outbam' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
158 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
159 <data format="zip" name="outdir" label="${tool.name} on ${on_string} dir for snippy core" from_work_dir="out.tgz"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
160 <filter>outputs and 'outzip' in outputs</filter> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
161 </data> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
162 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
163 </outputs> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
164 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
165 <tests> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
166 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
167 <test> <!-- test 1 - fasta ref default --> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
168 <param name="ref" value="wildtype.fna" ftype="fasta" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
169 <param name="fastq_input_selector" value="paired" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
170 <param name="fastq_input1" ftype="fastqsanger" value="mutant_R1.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
171 <param name="fastq_input2" ftype="fastqsanger" value="mutant_R2.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
172 <param name="outputs" value="outgff,outsum" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
173 <output name="snpsum" ftype="tabular" file="fna_ref/snps.txt" lines_diff="6" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
174 <output name="snpgff" ftype="gff3" file="fna_ref/snps.gff" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
175 </test> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
176 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
177 <test> <!-- test 2 - gbk ref default --> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
178 <param name="ref" value="wildtype.gbk" ftype="genbank" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
179 <param name="fastq_input_selector" value="paired" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
180 <param name="fastq_input1" ftype="fastqsanger" value="mutant_R1.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
181 <param name="fastq_input2" ftype="fastqsanger" value="mutant_R2.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
182 <param name="outputs" value="outgff,outsum" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
183 <output name="snpsum" ftype="tabular" file="gbk_ref/snps.txt" lines_diff="6" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
184 <output name="snpgff" ftype="gff3" file="gbk_ref/snps.gff" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
185 </test> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
186 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
187 <test> <!-- test 3 - gbk mapqual=40 --> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
188 <param name="ref" value="wildtype.gbk" ftype="genbank" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
189 <param name="fastq_input_selector" value="paired" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
190 <param name="fastq_input1" ftype="fastqsanger" value="mutant_R1.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
191 <param name="fastq_input2" ftype="fastqsanger" value="mutant_R2.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
192 <param name="outputs" value="outgff,outsum" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
193 <param name="mapqual" value="40" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
194 <output name="snpsum" ftype="tabular" file="map_qual/snps.txt" lines_diff="6" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
195 <output name="snpgff" ftype="gff3" file="map_qual/snps.gff" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
196 </test> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
197 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
198 <test> <!-- test 4 - gbk mincov=15 --> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
199 <param name="ref" value="wildtype.gbk" ftype="genbank" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
200 <param name="fastq_input_selector" value="paired" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
201 <param name="fastq_input1" ftype="fastqsanger" value="mutant_R1.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
202 <param name="fastq_input2" ftype="fastqsanger" value="mutant_R2.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
203 <param name="mincov" value="15" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
204 <param name="outputs" value="outgff,outsum" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
205 <output name="snpsum" ftype="tabular" file="min_cov/snps.txt" lines_diff="6" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
206 <output name="snpgff" ftype="gff3" file="min_cov/snps.gff" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
207 </test> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
208 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
209 <test> <!-- test 5 - gbk minfrac=0.7 --> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
210 <param name="ref" value="wildtype.gbk" ftype="genbank" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
211 <param name="fastq_input_selector" value="paired" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
212 <param name="fastq_input1" ftype="fastqsanger" value="mutant_R1.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
213 <param name="fastq_input2" ftype="fastqsanger" value="mutant_R2.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
214 <param name="minfrac" value="0.7" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
215 <param name="outputs" value="outgff,outsum" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
216 <output name="snpsum" ftype="tabular" file="min_frac/snps.txt" lines_diff="6" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
217 <output name="snpgff" ftype="gff3" file="min_frac/snps.gff" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
218 </test> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
219 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
220 <test> <!-- test 6 - fasta ref default paired_collection --> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
221 <param name="ref" value="wildtype.fna" ftype="fasta" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
222 <param name="fastq_input_selector" value="paired_collection" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
223 <param name="fastq_input"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
224 <collection type="paired"> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
225 <element name="forward" ftype="fastqsanger" value="mutant_R1.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
226 <element name="reverse" ftype="fastqsanger" value="mutant_R2.fastq" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
227 </collection> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
228 </param> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
229 <param name="outputs" value="outgff,outsum" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
230 <output name="snpsum" ftype="tabular" file="fna_ref/snps.txt" lines_diff="6" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
231 <output name="snpgff" ftype="gff3" file="fna_ref/snps.gff" /> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
232 </test> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
233 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
234 </tests> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
235 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
236 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
237 <help><![CDATA[ |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
238 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
239 **Snippy @VERSION@** |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
240 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
241 Snippy finds SNPs between a haploid reference genome and your NGS sequence reads. It will find both substitutions (snps) and insertions/deletions (indels). |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
242 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
243 **Author** |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
244 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
245 Torsten Seemann |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
246 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
247 **Inputs** |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
248 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
249 - NGS Reads in fastq format (single or paired end) |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
250 - Reference file in either fasta or genbank format |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
251 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
252 If the reference file is supplied in genbank format, snpeff will be called to determine the effect of any snps found. |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
253 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
254 **Advanced options** |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
255 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
256 - mapping quality - Integer - Minimum mapping quality to allow (default '60') |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
257 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
258 - minimum coverage - Integer - Minimum coverage of variant site (default '10') |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
259 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
260 - minimum fraction - Float - Minumum proportion for variant evidence (default '0.9') |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
261 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
262 - rgid - String - Use this @RG ID: in the BAM header (default '') |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
263 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
264 - bwaopt - Extra BWA MEM options, eg. -x pacbio (default '') |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
265 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
266 **Further information** |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
267 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
268 For a much more in depth description of snippy and how it works, see https://github.com/tseemann/snippy |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
269 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
270 ]]></help> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
271 <expand macro="citations"/> |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
272 |
|
42806c5a342d
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/snippy commit 41c38c65041b87dd3cdf86eca13278cabd13d998-dirty
thanhlv
parents:
diff
changeset
|
273 </tool> |
