annotate spatyper.xml @ 1:c2283a1d969c draft

planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit 2f4ce5d98a8583077dc84ef93ca61bb52c176b59
author nml
date Mon, 20 Mar 2023 20:52:30 +0000
parents 4ee5c28a3d1b
children 0d2243ed7833
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
c2283a1d969c planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit 2f4ce5d98a8583077dc84ef93ca61bb52c176b59
nml
parents: 0
diff changeset
1 <tool id="spatyper" name="Generate spa type identification" version="@VERSION@+galaxy0" profile="20.01">
0
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
2 <macros>
4ee5c28a3d1b 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>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
4 </macros>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
5 <requirements>
4ee5c28a3d1b 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>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
7 </requirements>
4ee5c28a3d1b 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[
4ee5c28a3d1b 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}'
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
10 ]]> </command>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
11 <inputs>
4ee5c28a3d1b 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."/>
4ee5c28a3d1b 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)"/>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
14 </inputs>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
15 <outputs>
4ee5c28a3d1b 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" />
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
17 </outputs>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
18 <tests>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
19 <test>
4ee5c28a3d1b 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"/>
4ee5c28a3d1b 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"/>
4ee5c28a3d1b 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">
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
23 <assert_contents>
4ee5c28a3d1b 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" />
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
25 </assert_contents>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
26 </output>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
27 </test>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
28 </tests>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
29 <help><![CDATA[
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
30 ::
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
31
4ee5c28a3d1b 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]
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
33
4ee5c28a3d1b 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
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
35
4ee5c28a3d1b 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
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
37 License: GPLv3
4ee5c28a3d1b 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
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
39
4ee5c28a3d1b 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
4ee5c28a3d1b 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
4ee5c28a3d1b 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.
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
43
4ee5c28a3d1b 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
4ee5c28a3d1b 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)
4ee5c28a3d1b 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)
4ee5c28a3d1b 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
4ee5c28a3d1b 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.
4ee5c28a3d1b 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.
4ee5c28a3d1b 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]
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
51
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
52 ]]></help>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
53 <citations>
4ee5c28a3d1b 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">
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
55 @misc{githubseqtk,
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
56 author = {HCGB},
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
57 year = {2020},
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
58 title = {spaTyper},
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
59 publisher = {GitHub},
4ee5c28a3d1b 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},
4ee5c28a3d1b 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},
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
62 }</citation>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
63 </citations>
4ee5c28a3d1b planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff changeset
64 </tool>