annotate tools/clinod/clinod.xml @ 5:9485cdfca57e draft

v0.0.8 internal changes
author peterjc
date Wed, 05 Aug 2015 10:58:54 -0400
parents 4d9a4a43861b
children 77cfe958b5ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
1 <tool id="clinod" name="Nucleolar localization sequence Detector (NoD)" version="0.0.8">
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
2 <description>Find nucleolar localization signals (NoLSs) in protein sequences</description>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
3 <requirements>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
4 <requirement type="binary">java</requirement>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
5 <requirement type="package" version="1.3">clinod</requirement>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
6 </requirements>
5
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
7 <stdio>
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
8 <!-- Assume anything other than zero is an error -->
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
9 <exit_code range="1:" />
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
10 <exit_code range=":-1" />
9485cdfca57e v0.0.8 internal changes
peterjc
parents: 4
diff changeset
11 </stdio>
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
12 <command>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
13 ##The Galaxy Tool Shed installation should define $CLINOD to point at folder
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
14 ##containing both clinod-1.3.jar and the batchman binary:
4
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
15 java -jar \$CLINOD/clinod-1.3.jar -in="$fasta_file" -out="$tabular_file" -t="\$GALAXY_SLOTS" -f=MEDIUM_TAB -nonols -clean_sequence
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
16 ##TODO - Make the -clean_sequence argument a parameter?
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
17 </command>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
18 <inputs>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
19 <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
20 </inputs>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
21 <outputs>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
22 <data name="tabular_file" format="tabular" label="NoD results" />
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
23 </outputs>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
24 <tests>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
25 <test>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
26 <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" />
4
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
27 <output name="tabular_file" file="four_human_proteins.clinod-1.3.tabular" ftype="tabular" />
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
28 </test>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
29 </tests>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
30 <help>
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
31
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
32 **What it does**
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
33
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
34 This calls the command line version of the NoD tool from the Barton Group for
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
35 prediction of nucleolar localization sequences (NoLSs). The NoD tool uses an
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
36 artificial neural network trained on a set of human NoLSs.
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
37
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
38 The nucleolus is a sub-compartmentof the nucleus, thus an NoLS can be regarded
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
39 as a special nuclear localization sequence (NLS).
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
40
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
41 The input is a FASTA file of protein sequences, and the output is tabular with
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
42 four columns (multiple rows per protein):
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
43
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
44 ====== ===================
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
45 Column Description
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
46 ------ -------------------
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
47 1 Sequence identifier
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
48 2 Start of NoLS
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
49 3 End of NoLS
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
50 4 NoLS sequence
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
51 ====== ===================
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
52
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
53 If a sequence has no predicted NoLS, then there is no line in the output file
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
54 for it.
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
55
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
56 -----
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
57
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
58 **References**
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
59
3
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
60 If you use this Galaxy tool in work leading to a scientific publication please
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
61 cite the following papers:
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
62
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
63 Peter J.A. Cock, Björn A. Grüning, Konrad Paszkiewicz and Leighton Pritchard (2013).
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
64 Galaxy tools and workflows for sequence analysis with applications
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
65 in molecular plant pathology. PeerJ 1:e167
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
66 http://dx.doi.org/10.7717/peerj.167
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
67
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
68 M. S. Scott, F. M. Boisvert, M. D. McDowall, A. I. Lamond and G. J. Barton (2010).
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
69 Characterization and prediction of protein nucleolar localization sequences.
3
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
70 Nucleic Acids Research 38(21), 7388-7399.
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
71 http://dx.doi.org/10.1093/nar/gkq653
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
72
3
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
73 M. S. Scott, P. V. Troshin and G. J. Barton (2011).
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
74 NoD: a Nucleolar localization sequence detector for eukaryotic and viral proteins.
3
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
75 BMC Bioinformatics, 12:317.
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
76 http://dx.doi.org/10.1186/1471-2105-12-317
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
77
3
6a9debe4b860 Uploaded v0.0.6, MIT licence, reStructuredText README, citation information, development moved to GitHub
peterjc
parents: 2
diff changeset
78 See also http://www.compbio.dundee.ac.uk/www-nod/
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
79
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
80 This wrapper is available to install into other Galaxy Instances via the Galaxy
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
81 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/clinod
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
82
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
83 </help>
4
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
84 <citations>
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
85 <citation type="doi">10.7717/peerj.167</citation>
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
86 <citation type="doi">10.1093/nar/gkq653</citation>
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
87 <citation type="doi">10.1186/1471-2105-12-317</citation>
4d9a4a43861b Uploaded v0.0.7, uses $GALAXY_SLOTS and embeds citation in tool XML.
peterjc
parents: 3
diff changeset
88 </citations>
2
d1aebb0acee7 Uploaded v0.0.5, automated installation
peterjc
parents:
diff changeset
89 </tool>