Mercurial > repos > iuc > package_samtools_1_1
annotate tool_dependencies.xml @ 6:f713bf5abaef draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_1_1 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
| author | iuc |
|---|---|
| date | Mon, 01 Jun 2015 22:54:05 -0400 |
| parents | 94af75146a65 |
| children | f9a023ce60e3 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 2 | 3 <package name="ncurses" version="5.9"> |
|
6
f713bf5abaef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_1_1 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
5
diff
changeset
|
4 <repository changeset_revision="387c0609c0b7" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 2 | 5 </package> |
| 6 <package name="zlib" version="1.2.8"> | |
| 7 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 0 | 9 <package name="samtools" version="1.1"> |
| 10 <install version="1.0"> | |
| 11 <actions_group> | |
| 12 <actions architecture="x86_64" os="linux"> | |
| 13 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-1.1-Linux-x86_64.tgz</action> | |
| 14 <action type="move_directory_files"> | |
| 15 <source_directory>.</source_directory> | |
| 16 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 17 </action> | |
| 18 </actions> | |
| 19 <actions> | |
| 20 <action type="download_by_url">http://downloads.sourceforge.net/project/samtools/samtools/1.1/samtools-1.1.tar.bz2</action> | |
| 21 <action type="set_environment_for_install"> | |
|
6
f713bf5abaef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_1_1 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
5
diff
changeset
|
22 <repository changeset_revision="387c0609c0b7" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 23 <package name="ncurses" version="5.9" /> |
| 24 </repository> | |
| 25 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 26 <package name="zlib" version="1.2.8" /> | |
| 27 </repository> | |
| 28 </action> | |
| 1 | 29 <action type="shell_command">sed -i -e 's/-lcurses/-lncurses/' Makefile</action> |
| 0 | 30 <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/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile</action> |
| 31 <action type="shell_command">make</action> | |
| 32 <action type="move_file"> | |
| 33 <source>samtools</source> | |
| 34 <destination>$INSTALL_DIR/bin</destination> | |
| 35 </action> | |
| 36 </actions> | |
| 37 <action type="set_environment"> | |
| 38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 39 <environment_variable action="set_to" name="SAMTOOLS_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
| 40 </action> | |
| 41 </actions_group> | |
| 42 </install> | |
| 43 <readme> | |
| 44 Program: samtools (Tools for alignments in the SAM format) | |
| 45 Version: 1.1 (using htslib 1.1) | |
| 46 | |
| 47 Usage: samtools <command> [options] | |
| 48 | |
| 49 Commands: | |
| 50 -- indexing | |
| 51 faidx index/extract FASTA | |
| 52 index index alignment | |
| 53 -- editing | |
| 54 calmd recalculate MD/NM tags and '=' bases | |
| 55 fixmate fix mate information | |
| 56 reheader replace BAM header | |
| 57 rmdup remove PCR duplicates | |
| 58 targetcut cut fosmid regions (for fosmid pool only) | |
| 59 -- file operations | |
| 60 bamshuf shuffle and group alignments by name | |
| 61 cat concatenate BAMs | |
| 62 merge merge sorted alignments | |
| 63 mpileup multi-way pileup | |
| 64 sort sort alignment file | |
| 65 split splits a file by read group | |
| 66 bam2fq converts a BAM to a FASTQ | |
| 67 -- stats | |
| 68 bedcov read depth per BED region | |
| 69 depth compute the depth | |
| 70 flagstat simple stats | |
| 71 idxstats BAM index stats | |
| 72 phase phase heterozygotes | |
| 73 stats generate stats (former bamcheck) | |
| 74 -- viewing | |
| 75 flags explain BAM flags | |
| 76 tview text alignment viewer | |
| 77 view SAM<->BAM<->CRAM conversion | |
| 78 </readme> | |
| 79 </package> | |
| 80 </tool_dependency> |
