-
Notifications
You must be signed in to change notification settings - Fork 0
/
gff_sqlite_tool_macros.xml
53 lines (43 loc) · 1.59 KB
/
gff_sqlite_tool_macros.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<macros>
<xml name="requirements">
<requirements>
<requirement type="python-module">gffutils</requirement>
<requirement type="python-module">Bio</requirement>
<requirement type="python-module">BCBio</requirement>
<requirement type="python-module">gag</requirement>
<requirement type="python-module">sqlite3</requirement>
<requirement type="package">tbl2asn</requirement>
</requirements>
</xml>
<xml name="stdio">
<stdio>
<exit_code level="fatal" range="1:"/>
</stdio>
</xml>
<token name="@VERSION@">0.0.1</token>
<token name="@CITATION@">
<![CDATA[
------
**Citation**
If you use the gff sqlite tool in your research, please cite the following:
]]>
</token>
<xml name="citations">
<citations>
<citation type="bibtex">
@ARTICLE{bgruening_galaxytools,
Author = {Björn Grüning, Cameron Smith, Torsten Houwaart, Nicola Soranzo, Eric Rasche},
keywords = {bioinformatics, ngs, galaxy, cheminformatics, rna},
title = {{Galaxy Tools - A collection of bioinformatics and cheminformatics tools for the Galaxy environment}},
url = {https://github.com/bgruening/galaxytools}
}
</citation>
<yield />
</citations>
</xml>
<xml name="sanitize_query">
<sanitizer invalid_char="">
<valid initial="string.printable"/>
</sanitizer>
</xml>
</macros>