Mercurial > repos > nml > spatyper
annotate spatyper.xml @ 2:0d2243ed7833 draft default tip
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
author | nml |
---|---|
date | Tue, 18 Apr 2023 23:06:33 +0000 |
parents | c2283a1d969c |
children |
rev | line source |
---|---|
2
0d2243ed7833
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
nml
parents:
1
diff
changeset
|
1 <tool id="spatyper" name="Generate spa type identification" version="@VERSION@+galaxy1" 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[ |
2
0d2243ed7833
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
nml
parents:
1
diff
changeset
|
9 spaTyper -f '${input}' --output '${output}' |
0
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> |
2
0d2243ed7833
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
nml
parents:
1
diff
changeset
|
12 <param type="data" name="input" 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."/> |
0
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
13 </inputs> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
14 <outputs> |
2
0d2243ed7833
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
nml
parents:
1
diff
changeset
|
15 <data name="output" format="tsv"/> |
0
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
16 </outputs> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
17 <tests> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
18 <test> |
2
0d2243ed7833
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
nml
parents:
1
diff
changeset
|
19 <param name="input" value="input.fasta"/> |
0d2243ed7833
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit f3fb3601f726fd8f18dc42e6a83a9f92a7f27712
nml
parents:
1
diff
changeset
|
20 <output name="output" file="output.tsv" ftype="tsv"/> |
0
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
21 </test> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
22 </tests> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
23 <help><![CDATA[ |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
24 :: |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
25 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
26 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
|
27 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
28 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
|
29 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
30 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
|
31 License: GPLv3 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
32 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
|
33 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
34 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
|
35 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
|
36 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
|
37 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
38 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
|
39 -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
|
40 -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
|
41 -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
|
42 -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
|
43 -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
|
44 -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
|
45 |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
46 ]]></help> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
47 <citations> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
48 <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
|
49 @misc{githubseqtk, |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
50 author = {HCGB}, |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
51 year = {2020}, |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
52 title = {spaTyper}, |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
53 publisher = {GitHub}, |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
54 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
|
55 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
|
56 }</citation> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
57 </citations> |
4ee5c28a3d1b
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/spatyper commit a211c27b9f7386f8e43419ec22b88403498da26e
nml
parents:
diff
changeset
|
58 </tool> |