annotate ucsc_macros.xml @ 0:2c58335f1ec8 draft default tip

planemo upload
author yating-l
date Tue, 16 May 2017 17:03:13 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
1 <macros>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
2 <xml name="requirements_twobit">
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
3 <requirements>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
4 <requirement type="package" version="340">ucsc_twobit</requirement>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
5 <yield />
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
6 </requirements>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
7 </xml>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
8 <xml name="environment_LC_COLLATE">
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
9 <environment_variables>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
10 <!-- Sort uppercase letters before lowercase (required by UCSC tools) -->
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
11 <environment_variable name="LC_COLLATE">C</environment_variable>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
12 <yield />
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
13 </environment_variables>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
14 </xml>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
15 <xml name="citations">
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
16 <citations>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
17 <citation type="bibtex">
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
18 @article{Kent01062002,
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
19 author = {Kent, W. James and Sugnet, Charles W. and Furey, Terrence S. and Roskin, Krishna M. and Pringle, Tom H. and Zahler, Alan M. and Haussler, and David},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
20 title = {The Human Genome Browser at UCSC},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
21 volume = {12},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
22 number = {6},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
23 pages = {996-1006},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
24 year = {2002},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
25 doi = {10.1101/gr.229102},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
26 URL = {http://genome.cshlp.org/content/12/6/996.abstract},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
27 eprint = {http://genome.cshlp.org/content/12/6/996.full.pdf+html},
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
28 journal = {Genome Research}
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
29 }
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
30 </citation>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
31 <yield />
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
32 </citations>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
33 </xml>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
34
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
35 <token name="@OPTIONAL_PARAM_FUNC@">
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
36 <![CDATA[
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
37 #def optional_param($_flag, $_flag_value, $_sep="=")
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
38 #if str($_flag_value) and str($_flag_value).strip():
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
39 ${_flag}${_sep}${_flag_value}
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
40 #end if
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
41 #end def
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
42 ]]>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
43 </token>
2c58335f1ec8 planemo upload
yating-l
parents:
diff changeset
44 </macros>