|
0
|
1 <macros>
|
|
|
2 <xml name="requirements">
|
|
|
3 <requirements>
|
|
|
4 <!--
|
|
|
5 Use older version of NCBI BLAST+ because 2.6.0 is available
|
|
|
6 through bioconda but not through the Galaxy toolshed
|
|
|
7 -->
|
|
|
8 <requirement type="package" version="2.5.0">blast</requirement>
|
|
|
9 <yield />
|
|
|
10 </requirements>
|
|
|
11 </xml>
|
|
|
12 <xml name="citations">
|
|
|
13 <citations>
|
|
|
14 <citation type="bibtex">
|
|
|
15 @article{Morgulis_2005,
|
|
|
16 title={WindowMasker: window-based masker for sequenced genomes},
|
|
|
17 volume={22},
|
|
|
18 ISSN={1460-2059},
|
|
|
19 url={http://dx.doi.org/10.1093/bioinformatics/bti774},
|
|
|
20 DOI={10.1093/bioinformatics/bti774},
|
|
|
21 number={2}, journal={Bioinformatics},
|
|
|
22 publisher={Oxford University Press (OUP)},
|
|
|
23 author={Morgulis, A. and Gertz, E. M. and Schäffer, A. A. and Agarwala, R.},
|
|
|
24 year={2005}, month={Nov}, pages={134–141}
|
|
|
25 }
|
|
|
26 </citation>
|
|
|
27 <citation type="bibtex">
|
|
|
28 @article{Cock_2015,
|
|
|
29 title={NCBI BLAST+ integrated into Galaxy},
|
|
|
30 volume={4},
|
|
|
31 ISSN={2047-217X},
|
|
|
32 url={http://dx.doi.org/10.1186/s13742-015-0080-7},
|
|
|
33 DOI={10.1186/s13742-015-0080-7},
|
|
|
34 number={1},
|
|
|
35 journal={GigaScience},
|
|
|
36 publisher={Oxford University Press (OUP)},
|
|
|
37 author={Cock, Peter J. A. and Chilton, John M. and Grüning, Björn and Johnson, James E. and Soranzo, Nicola},
|
|
|
38 year={2015}, month={Aug}
|
|
|
39 }
|
|
|
40 </citation>
|
|
|
41 <yield />
|
|
|
42 </citations>
|
|
|
43 </xml>
|
|
|
44
|
|
|
45 <!-- Helper function to add optional advanced parameters to command -->
|
|
|
46 <token name="@OPTIONAL_PARAM_FUNC@">
|
|
|
47 <![CDATA[
|
|
|
48 #def optional_param($_flag, $_flag_value, $_sep=" ")
|
|
|
49 #if str($_flag_value) and str($_flag_value).strip():
|
|
|
50 ${_flag}${_sep}${_flag_value}
|
|
|
51 #end if
|
|
|
52 #end def
|
|
|
53 ]]>
|
|
|
54 </token>
|
|
|
55 </macros>
|