Mercurial > repos > iuc > package_samtools_0_1_19
annotate tool_dependencies.xml @ 2:b471600c8a3b draft
Uploaded
| author | bgruening |
|---|---|
| date | Sun, 27 Apr 2014 14:28:10 -0400 |
| parents | 00e17a794a2e |
| children | 6b6b5498d9a2 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 2 | 3 <package name="ncurses" version="5.9"> |
| 4 <repository changeset_revision="9ed7af129bd3" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 0 | 6 <package name="samtools" version="0.1.19"> |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action type="download_by_url">http://downloads.sourceforge.net/project/samtools/samtools/0.1.19/samtools-0.1.19.tar.bz2</action> | |
| 2 | 10 <action type="set_environment_for_install"> |
| 11 <repository changeset_revision="9ed7af129bd3" name="package_ncurses_5_9" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
| 12 <package name="ncurses" version="5.9" /> | |
| 13 </repository> | |
| 14 </action> | |
| 15 <action type="shell_command">sed -i 's/-lcurses/-lncurses/' Makefile</action> | |
| 16 <action type="shell_command">sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -L$NCURSES_LIB_PATH|g" Makefile</action> | |
| 0 | 17 <action type="shell_command">make</action> |
| 18 <action type="move_file"> | |
| 19 <source>samtools</source> | |
| 20 <destination>$INSTALL_DIR/bin</destination> | |
| 21 </action> | |
| 22 <action type="set_environment"> | |
| 2 | 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 0 | 24 </action> |
| 25 </actions> | |
| 26 </install> | |
| 27 <readme> | |
| 28 Program: samtools (Tools for alignments in the SAM format) | |
| 29 Version: 0.1.19 | |
| 30 | |
| 31 Usage: samtools <command> [options] | |
| 32 | |
| 33 Command: view SAM<->BAM conversion | |
| 34 sort sort alignment file | |
| 35 mpileup multi-way pileup | |
| 36 depth compute the depth | |
| 37 faidx index/extract FASTA | |
| 38 tview text alignment viewer | |
| 39 index index alignment | |
| 40 idxstats BAM index stats (r595 or later) | |
| 41 fixmate fix mate information | |
| 42 flagstat simple stats | |
| 43 calmd recalculate MD/NM tags and '=' bases | |
| 44 merge merge sorted alignments | |
| 45 rmdup remove PCR duplicates | |
| 46 reheader replace BAM header | |
| 47 cat concatenate BAMs | |
| 48 targetcut cut fosmid regions (for fosmid pool only) | |
| 49 phase phase heterozygotes | |
|
1
00e17a794a2e
Also install bcftools and misc utility commands when installing samtools.
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
50 |
| 2 | 51 Requirements: libncurses header files |
| 0 | 52 </readme> |
| 53 </package> | |
| 54 </tool_dependency> |
