annotate tool_dependencies.xml @ 1:54f8b9bf9b6c draft default tip

Uploaded
author iuc
date Wed, 18 Feb 2015 11:35:26 -0500
parents c1743e071a28
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="tabix" version="0.2.6">
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/tabix/tabix-0.2.6.tar.bz2</action>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="shell_command">make</action>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
8 <action type="move_file">
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
9 <source>tabix</source>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
11 </action>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
12 <action type="move_file">
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
13 <source>bgzip</source>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
14 <destination>$INSTALL_DIR/bin</destination>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
15 </action>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
16 <action type="set_environment">
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
18 <environment_variable name="TABIX_BIN_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
19 </action>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
20 </actions>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
21 </install>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
22 <readme>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
23 Installs tabix version 0.2.6. Available binaries: tabix, bgzip
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
24 http://samtools.sourceforge.net/tabix.shtml
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
25
1
54f8b9bf9b6c Uploaded
iuc
parents: 0
diff changeset
26 Tabix indexes a TAB-delimited genome position file in.tab.bgz and creates an index file in.tab.bgz.tbi when region is absent from the command-line.
54f8b9bf9b6c Uploaded
iuc
parents: 0
diff changeset
27 The input data file must be position sorted and compressed by bgzip which has a gzip(1) like interface. After indexing,
54f8b9bf9b6c Uploaded
iuc
parents: 0
diff changeset
28 tabix is able to quickly retrieve data lines overlapping regions specified in the format "chr:beginPos-endPos".
54f8b9bf9b6c Uploaded
iuc
parents: 0
diff changeset
29 Fast data retrieval also works over network if URI is given as a file name and in this case the index file will be downloaded if it is not present locally.
0
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
30 </readme>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
31 </package>
c1743e071a28 Imported from capsule None
iuc
parents:
diff changeset
32 </tool_dependency>