Mercurial > repos > iuc > package_samtools_0_1_19
annotate tool_dependencies.xml @ 1:00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Tue, 17 Sep 2013 11:36:59 -0500 |
| parents | cb87eae7fc3e |
| children | b471600c8a3b |
| 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"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://downloads.sourceforge.net/project/samtools/samtools/0.1.19/samtools-0.1.19.tar.bz2</action> | |
| 7 <action type="shell_command">sed -i.bak 's/-lcurses/-lncurses/' Makefile</action> | |
| 8 <action type="shell_command">make</action> | |
|
1
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
9 <action type="shell_command">chmod ugo+rx misc/*.p?</action> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
10 <action type="shell_command">mkdir misc/bin</action> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
11 <action type="shell_command">cp -p `find misc -type f -perm -555` misc/bin/</action> |
| 0 | 12 <action type="move_file"> |
| 13 <source>samtools</source> | |
| 14 <destination>$INSTALL_DIR/bin</destination> | |
| 15 </action> | |
|
1
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
16 <action type="move_file"> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
17 <source>bcftools/bcftools</source> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
18 <destination>$INSTALL_DIR/bin</destination> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
19 </action> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
20 <action type="move_file"> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
21 <source>bcftools/vcfutils.pl</source> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
22 <destination>$INSTALL_DIR/bin</destination> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
23 </action> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
24 <action type="move_directory_files"> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
25 <source_directory>misc/bin</source_directory> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
26 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
27 </action> |
| 0 | 28 <action type="set_environment"> |
| 29 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 30 </action> | |
| 31 </actions> | |
| 32 </install> | |
| 33 <readme> | |
| 34 Program: samtools (Tools for alignments in the SAM format) | |
| 35 Version: 0.1.19 | |
| 36 | |
| 37 Usage: samtools <command> [options] | |
| 38 | |
| 39 Command: view SAM<->BAM conversion | |
| 40 sort sort alignment file | |
| 41 mpileup multi-way pileup | |
| 42 depth compute the depth | |
| 43 faidx index/extract FASTA | |
| 44 tview text alignment viewer | |
| 45 index index alignment | |
| 46 idxstats BAM index stats (r595 or later) | |
| 47 fixmate fix mate information | |
| 48 flagstat simple stats | |
| 49 calmd recalculate MD/NM tags and '=' bases | |
| 50 merge merge sorted alignments | |
| 51 rmdup remove PCR duplicates | |
| 52 reheader replace BAM header | |
| 53 cat concatenate BAMs | |
| 54 targetcut cut fosmid regions (for fosmid pool only) | |
| 55 phase phase heterozygotes | |
|
1
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
56 |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
57 This also installs bcftools and misc utility commands: |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
58 bcftools |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
59 vcfutils.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
60 ace2sam |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
61 bamcheck |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
62 blast2sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
63 bowtie2sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
64 export2sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
65 interpolate_sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
66 maq2sam-long |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
67 maq2sam-short |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
68 md5fa |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
69 md5sum-lite |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
70 novo2sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
71 psl2sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
72 sam2vcf.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
73 samtools.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
74 soap2sam.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
75 varfilter.py |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
76 wgsim |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
77 wgsim_eval.pl |
|
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
78 zoom2sam.pl |
| 0 | 79 </readme> |
| 80 </package> | |
| 81 </tool_dependency> |
