Mercurial > repos > bgruening > bamhash
changeset 2:9c74748d39ac draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bamhash commit 2749adf8099bbdea4f61759201b3f2b92db5ff0f-dirty
author | bgruening |
---|---|
date | Thu, 17 Sep 2015 06:50:06 -0400 |
parents | a19b36f7ff5d |
children | 27f5da0a6bd9 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Sep 17 06:21:17 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 17 06:50:06 2015 -0400 @@ -3,19 +3,20 @@ <package name="bamhash" version="1.1"> <install version="1.0"> <actions> - <action target_filename="BamHash-dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz" type="download_by_url">https://github.com/DecodeGenetics/BamHash/archive/dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz</action> + <action target_filename="BamHash-dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz" + type="download_by_url">https://github.com/DecodeGenetics/BamHash/archive/dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz</action> <action type="shell_command">make</action> <action type="move_file"> - <source_directory>bamhash_checksum_bam</source_directory> - <destination_directory>$INSTALL_DIR/bin</destination_directory> + <source>bamhash_checksum_bam</source> + <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> - <source_directory>bamhash_checksum_fasta</source_directory> - <destination_directory>$INSTALL_DIR/bin</destination_directory> + <source>bamhash_checksum_fasta</source> + <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> - <source_directory>bamhash_checksum_fastq</source_directory> - <destination_directory>$INSTALL_DIR/bin</destination_directory> + <source>bamhash_checksum_fastq</source> + <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>