Mercurial > repos > iuc > package_samtools_0_1_19
annotate tool_dependencies.xml @ 7:c9bd782f5342 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
author | iuc |
---|---|
date | Sat, 25 Jun 2016 17:21:35 -0400 |
parents | 96aab723499f |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="samtools" version="0.1.19"> | |
4 <install version="1.0"> | |
6 | 5 <actions_group> |
7
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
6 <actions architecture="x86_64" os="linux"> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
7 <action type="download_by_url" sha256sum="3cc457cd66e077b70887155435d8f563154371a61e7ac6714bc10b6aa19841bd" target_filename="samtools-0.1.19.tgz">https://depot.galaxyproject.org/software/samtools/samtools_0.1.19_linux_x64.tar.gz</action> |
6 | 8 <action type="move_directory_files"> |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR</destination_directory> | |
11 </action> | |
7
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
12 <action type="set_environment"> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
13 <environment_variable name="BAM_INCLUDE" action="set_to">$INSTALL_DIR/include</environment_variable> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
14 </action> |
6 | 15 </actions> |
7
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
16 <actions architecture="x86_64" os="darwin"> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
17 <action type="download_by_url" sha256sum="01e0a2cb38b1bcd433461cef43ff6555755a30dfbe83cb9c0a24cb028b104ac7" target_filename="samtools-0.1.19.tgz">https://depot.galaxyproject.org/software/samtools/samtools_0.1.19_darwin_x64.tar.gz</action> |
6 | 18 <action type="move_directory_files"> |
19 <source_directory>.</source_directory> | |
20 <destination_directory>$INSTALL_DIR</destination_directory> | |
21 </action> | |
7
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
22 <action type="set_environment"> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
23 <environment_variable name="BAM_INCLUDE" action="set_to">$INSTALL_DIR/include</environment_variable> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
24 </action> |
6 | 25 </actions> |
26 <actions> | |
7
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
27 <action type="download_by_url" sha256sum="d080c9d356e5f0ad334007e4461cbcee3c4ca97b8a7a5a48c44883cf9dee63d4">https://depot.galaxyproject.org/software/samtools/samtools_0.1.19_src_all.tar.bz2</action> |
6 | 28 <action type="shell_command">sed -i.bak 's/-lcurses/-lncurses/' Makefile</action> |
29 <action type="shell_command">make</action> | |
30 <action type="move_file"> | |
31 <source>samtools</source> | |
32 <destination>$INSTALL_DIR/bin</destination> | |
33 </action> | |
34 <action type="move_file"> | |
35 <source>bcftools/bcftools</source> | |
36 <destination>$INSTALL_DIR/bin</destination> | |
37 </action> | |
38 <action type="move_file"> | |
39 <source>bcftools/vcfutils.pl</source> | |
40 <destination>$INSTALL_DIR/bin</destination> | |
41 </action> | |
42 <action type="move_file"> | |
43 <source>libbam.a</source> | |
44 <destination>$INSTALL_DIR/lib</destination> | |
45 </action> | |
46 <action type="move_directory_files"> | |
47 <source_directory>.</source_directory> | |
48 <destination_directory>$INSTALL_DIR/include/bam</destination_directory> | |
49 </action> | |
7
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
50 <action type="set_environment"> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
51 <environment_variable name="BAM_INCLUDE" action="set_to">$INSTALL_DIR/include/bam</environment_variable> |
c9bd782f5342
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_19 commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393
iuc
parents:
6
diff
changeset
|
52 </action> |
6 | 53 </actions> |
54 <action type="set_environment"> | |
55 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
56 <environment_variable name="BAM_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable> | |
57 <environment_variable name="BAM_ROOT" action="set_to">$INSTALL_DIR</environment_variable> | |
2 | 58 </action> |
6 | 59 </actions_group> |
0 | 60 </install> |
61 <readme> | |
62 Program: samtools (Tools for alignments in the SAM format) | |
6 | 63 Version: 0.1.19-44428cd |
0 | 64 |
65 Usage: samtools <command> [options] | |
66 | |
67 Command: view SAM<->BAM conversion | |
68 sort sort alignment file | |
69 mpileup multi-way pileup | |
70 depth compute the depth | |
71 faidx index/extract FASTA | |
72 tview text alignment viewer | |
73 index index alignment | |
74 idxstats BAM index stats (r595 or later) | |
75 fixmate fix mate information | |
76 flagstat simple stats | |
77 calmd recalculate MD/NM tags and '=' bases | |
78 merge merge sorted alignments | |
79 rmdup remove PCR duplicates | |
80 reheader replace BAM header | |
81 cat concatenate BAMs | |
6 | 82 bedcov read depth per BED region |
0 | 83 targetcut cut fosmid regions (for fosmid pool only) |
84 phase phase heterozygotes | |
6 | 85 bamshuf shuffle and group alignments by name |
0 | 86 </readme> |
87 </package> | |
88 </tool_dependency> |