annotate tool_dependencies.xml @ 0:0918c21d2f6d draft default tip

Uploaded
author anmoljh
date Wed, 30 Sep 2015 08:58:34 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
1 <?xml version="1.0"?>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
2 <tool_dependency>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
3 <package name="ncurses" version="5.9">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
4 <repository changeset_revision="93ce0192b9db" name="package_ncurses_5_9" owner="anmoljh" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
5 </package>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
6 <package name="zlib" version="1.2.8">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
7 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
8 </package>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
9 <package name="samtools" version="1.2">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
10 <install version="1.0">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
11 <actions_group>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
12 <actions architecture="x86_64" os="linux">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
13 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-1.2-Linux-x86_64.tgz</action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
14 <action type="move_directory_files">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
15 <source_directory>.</source_directory>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
16 <destination_directory>$INSTALL_DIR</destination_directory>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
17 </action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
18 </actions>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
19 <actions>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
20 <action type="download_by_url">https://github.com/samtools/samtools/releases/download/1.2/samtools-1.2.tar.bz2</action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
21 <action type="set_environment_for_install">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
22 <repository changeset_revision="93ce0192b9db" name="package_ncurses_5_9" owner="anmoljh" toolshed="https://toolshed.g2.bx.psu.edu">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
23 <package name="ncurses" version="5.9" />
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
24 </repository>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
25 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
26 <package name="zlib" version="1.2.8" />
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
27 </repository>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
28 </action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
29 <action type="shell_command">sed -i.bak 's#/usr/local#$INSTALL_DIR#' Makefile</action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
30 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/' Makefile</action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
31 <action type="shell_command">sed -i.bak -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile</action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
32 <action type="make_install" />
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
33 <action type="move_file">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
34 <source>samtools</source>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
35 <destination>$INSTALL_DIR/bin</destination>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
36 </action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
37 </actions>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
38 <action type="set_environment">
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
40 <environment_variable action="set_to" name="SAMTOOLS_ROOT_PATH">$INSTALL_DIR</environment_variable>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
41 </action>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
42 </actions_group>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
43 </install>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
44 <readme>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
45 Program: samtools (Tools for alignments in the SAM format)
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
46 Version: 1.2
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
47
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
48 Usage: samtools &lt;command&gt; [options]
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
49
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
50 Commands:
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
51 -- indexing
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
52 faidx index/extract FASTA
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
53 index index alignment
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
54 -- editing
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
55 calmd recalculate MD/NM tags and '=' bases
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
56 fixmate fix mate information
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
57 reheader replace BAM header
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
58 rmdup remove PCR duplicates
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
59 targetcut cut fosmid regions (for fosmid pool only)
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
60 -- file operations
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
61 bamshuf shuffle and group alignments by name
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
62 cat concatenate BAMs
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
63 merge merge sorted alignments
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
64 mpileup multi-way pileup
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
65 sort sort alignment file
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
66 split splits a file by read group
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
67 bam2fq converts a BAM to a FASTQ
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
68 -- stats
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
69 bedcov read depth per BED region
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
70 depth compute the depth
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
71 flagstat simple stats
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
72 idxstats BAM index stats
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
73 phase phase heterozygotes
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
74 stats generate stats (former bamcheck)
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
75 -- viewing
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
76 flags explain BAM flags
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
77 tview text alignment viewer
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
78 view SAM&lt;-&gt;BAM&lt;-&gt;CRAM conversion
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
79 </readme>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
80 </package>
0918c21d2f6d Uploaded
anmoljh
parents:
diff changeset
81 </tool_dependency>