annotate tool_dependencies.xml @ 2:b4f1eee85d8d draft default tip

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