annotate tool_dependencies.xml @ 1:fd1537dcbe4a draft

Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
author devteam
date Wed, 25 Sep 2013 10:51:13 -0400
parents a7936f4ea405
children 171cd8bc208d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
1 <?xml version="1.0"?>
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
2 <tool_dependency>
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
3 <package name="samtools" version="0.1.18">
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
4 <install version="1.0">
1
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
5 <actions_group>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
6 <actions os="linux" architecture="i386">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
7 <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/linux/i386/samtools/samtools-0.1.18-linux-i386.tgz</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
8 <action type="move_directory_files">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
9 <source_directory>.</source_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
10 <destination_directory>$INSTALL_DIR</destination_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
11 </action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
12 </actions>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
13 <actions os="linux" architecture="x86_64">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
14 <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.18-linux-x86_64.tgz</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
15 <action type="move_directory_files">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
16 <source_directory>.</source_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
17 <destination_directory>$INSTALL_DIR</destination_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
18 </action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
19 </actions>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
20 <actions os="darwin" architecture="i386">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
21 <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/darwin/i386/samtools/samtools-0.1.18-Darwin-i386.tgz</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
22 <action type="move_directory_files">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
23 <source_directory>.</source_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
24 <destination_directory>$INSTALL_DIR</destination_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
25 </action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
26 </actions>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
27 <actions os="darwin" architecture="x86_64">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
28 <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.18-Darwin-x86_64.tgz</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
29 <action type="move_directory_files">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
30 <source_directory>.</source_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
31 <destination_directory>$INSTALL_DIR</destination_directory>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
32 </action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
33 </actions>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
34 <actions>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
35 <action type="download_by_url">http://depot.galaxyproject.org/package/source/samtools/samtools-0.1.18.tar.bz2</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
36 <action type="shell_command">sed -i.bak 's/-lcurses/-lncurses/' Makefile</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
37 <action type="shell_command">make</action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
38 <action type="move_file">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
39 <source>samtools</source>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
40 <destination>$INSTALL_DIR/bin</destination>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
41 </action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
42 <action type="move_file">
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
43 <source>libbam.a</source>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
44 <destination>$INSTALL_DIR/lib</destination>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
45 </action>
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
46 </actions>
0
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
47 <action type="set_environment">
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
48 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
1
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
49 <environment_variable name="BAM_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable>
0
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
50 </action>
1
fd1537dcbe4a Uploaded an updated tool_dependencies.xml that first attempts to download a precompiled binary for SAMTools 0.1.18.
devteam
parents: 0
diff changeset
51 </actions_group>
0
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
52 </install>
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
53 <readme>
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
54 Program: samtools (Tools for alignments in the SAM format)
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
55 Version: 0.1.18 (r982:295)
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
56
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
57 Usage: samtools &lt;command&gt; [options]
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
58
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
59 Command: view SAM&lt;-&gt;BAM conversion
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
60 sort sort alignment file
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
61 mpileup multi-way pileup
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
62 depth compute the depth
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
63 faidx index/extract FASTA
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
64 tview text alignment viewer
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
65 index index alignment
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
66 idxstats BAM index stats (r595 or later)
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
67 fixmate fix mate information
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
68 flagstat simple stats
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
69 calmd recalculate MD/NM tags and '=' bases
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
70 merge merge sorted alignments
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
71 rmdup remove PCR duplicates
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
72 reheader replace BAM header
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
73 cat concatenate BAMs
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
74 targetcut cut fosmid regions (for fosmid pool only)
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
75 phase phase heterozygotes
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
76 </readme>
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
77 </package>
a7936f4ea405 Uploaded tool_dependencies.xml
devteam
parents:
diff changeset
78 </tool_dependency>