annotate spatyper.xml @ 0:52d69f74b19e draft

planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
author nml
date Mon, 20 Mar 2023 20:16:56 +0000
parents
children 2c353e0dacae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
1 <tool id="spatyper" name="Generate spa type identification" version="@VERSION@+galaxy0" profile="21.01">
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
2 <macros>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
3 <token name="@VERSION@">0.3.3</token>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
4 </macros>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
5 <requirements>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
6 <requirement type="package" version="@VERSION@">spatyper</requirement>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
7 </requirements>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
8 <command detect_errors="aggressive"> <![CDATA[
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
9 spaTyper -f '${input1}' -r '${input2}' > '${output1}'
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
10 ]]> </command>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
11 <inputs>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
12 <param type="data" name="input1" format="fasta" label="SPA Fasta file" help="Staphylococcus aureus - staphylococcal protein A fasta file. This will be assigned a type based on its repeat region."/>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
13 <param type="data" name="input2" format="fasta" label="Repeats Library Multifasta" help="A multifasta representing a set of known repeat regions found in staphylococcal protein A. This can be downloaded at (http://spa.ridom.de/dynamic/sparepeats.fasta)"/>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
14 </inputs>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
15 <outputs>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
16 <data name="output1" format="txt" />
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
17 </outputs>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
18 <tests>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
19 <test>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
20 <param name="input1" value="input.fasta"/>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
21 <param name="input2" value="sparepeats.fasta"/>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
22 <output name="output1">
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
23 <assert_contents>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
24 <has_text text = "t11215" />
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
25 </assert_contents>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
26 </output>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
27 </test>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
28 </tests>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
29 <help><![CDATA[
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
30 ::
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
31
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
32 USAGE: spaTyper [-h] [-r REPEAT_FILE] [-o REPEAT_ORDER_FILE] [-d FOLDER] [-f FASTA [FASTA ...]] [-g GLOB] [-e] [--output OUTPUT] [--version] [--debug] [--info]
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
33
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
34 spaTyper.py: Get spa types
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
35
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
36 Version: 0.3.3
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
37 License: GPLv3
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
38 Prints spa type to stdout
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
39
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
40 It will download sparepeats.fasta and spatypes.txt to repository directory
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
41 if files not provided or already in directory. It can be loaded as a python
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
42 module. Python 3 version only.
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
43
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
44 Options: -h show this help message and exit
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
45 -r REPEAT_FILE (http://spa.ridom.de/dynamic/sparepeats.fasta)
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
46 -o REPEAT_ORDER_FILE (http://spa.ridom.de/dynamic/spatypes.txt)
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
47 -d Folder to save downloaded files from Ridom/Spa server
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
48 -f List of one or more fasta files.
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
49 -g Uses unix style pathname expansion to run spa typing on all files. If your shell autoexpands wildcards use -f.
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
50 -e Do PCR product enrichment. [Default: False]
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
51
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
52 ]]></help>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
53 <citations>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
54 <citation type="bibtex">
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
55 @misc{githubseqtk,
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
56 author = {HCGB},
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
57 year = {2020},
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
58 title = {spaTyper},
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
59 publisher = {GitHub},
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
60 journal = {GitHub repository},
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
61 url = {https://github.com/HCGB-IGTP/spaTyper},
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
62 }</citation>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
63 </citations>
52d69f74b19e planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
64 </tool>