annotate snipfinder.xml @ 4:c15d96ff8bf4 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit 1dfea0399aa9320216ab54573cb19b92c68d33c9
author chrisd
date Sun, 07 Aug 2016 16:33:35 -0400
parents 6f5acfac16bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
6f5acfac16bf planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit e7053eda8b5ff30dd47d09cffe027f838020bdd3
chrisd
parents: 2
diff changeset
1 <tool id="snipfinder" name="Snip Finder" version="0.1.0">
2
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
2 <description>A simple naive metagenomics variant caller</description>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
3 <requirements>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
4 <requirement type="package" version="0.1">snipfinder</requirement>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
5 </requirements>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
6 <stdio>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
7 <exit_code range="1:" />
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
8 </stdio>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
9 <command><![CDATA[
4
c15d96ff8bf4 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit 1dfea0399aa9320216ab54573cb19b92c68d33c9
chrisd
parents: 3
diff changeset
10 snipfinder
2
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
11 -amr_fp $reference
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
12 #if $sam_type.mode == "single_end"
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
13 -samse $sam_type.samse_input
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
14 $sam_type.best
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
15 #else
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
16 -sampe $sam_type.sampe_input
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
17 $sam_type.best
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
18 #end if
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
19 -out_fp $output
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
20 ]]></command>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
21 <inputs>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
22 <param type="data" name="reference" format="fasta" label="Reference sequence"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
23 <conditional name="sam_type">
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
24 <param name="mode" type="select" label="SAM file type">
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
25 <option value="single_end"></option>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
26 <option value="paired_end"></option>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
27 </param>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
28 <when value="single_end">
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
29 <param type="data" name="samse_input" format="sam" label="Single-end SAM file"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
30 <param name="best" type="boolean" label="Filter on unique alignments" truevalue="-b" falsevalue=""/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
31 </when>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
32 <when value="paired_end">
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
33 <param type="data" name="sampe_input" format="sam" label="Paired-end SAM file"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
34 <param name="best" type="boolean" label="Filter on unique alignments" truevalue="-b" falsevalue=""/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
35 </when>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
36 </conditional>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
37 </inputs>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
38 <outputs>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
39 <data name="output" format="tabular" />
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
40 </outputs>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
41 <tests>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
42 <test>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
43 <param name="mode" value="single_end"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
44 <param name="reference" value="ref.fa"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
45 <param name="samse_input" value="samse.sam"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
46 <output name="output" file="samse_result" ftype="tabular"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
47 </test>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
48 <test>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
49 <param name="mode" value="paired_end"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
50 <param name="reference" value="ref.fa"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
51 <param name="sampe_input" value="sampe.sam"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
52 <output name="output" file="sampe_result" ftype="tabular"/>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
53 </test>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
54 </tests>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
55 <help><![CDATA[
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
56
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
57 ]]></help>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
58 <citations>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
59 </citations>
c5085b1ad596 planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
chrisd
parents:
diff changeset
60 </tool>