Mercurial > repos > bgruening > bamhash
comparison tool_dependencies.xml @ 0:63f6f42d112b draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/bamhash commit 7aa0b566d492b1830c0bd2e54ddf4a26be95f76d
author | bgruening |
---|---|
date | Thu, 17 Sep 2015 08:00:35 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:63f6f42d112b |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="bamhash" version="1.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action target_filename="BamHash-dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz" | |
7 type="download_by_url">https://github.com/DecodeGenetics/BamHash/archive/dd15dee202b4d873768017b8959e8000d62ccf67.tar.gz</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="move_file"> | |
10 <source>bamhash_checksum_bam</source> | |
11 <destination>$INSTALL_DIR/bin</destination> | |
12 </action> | |
13 <action type="move_file"> | |
14 <source>bamhash_checksum_fasta</source> | |
15 <destination>$INSTALL_DIR/bin</destination> | |
16 </action> | |
17 <action type="move_file"> | |
18 <source>bamhash_checksum_fastq</source> | |
19 <destination>$INSTALL_DIR/bin</destination> | |
20 </action> | |
21 <action type="set_environment"> | |
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
23 <environment_variable name="PILEOMETH_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
24 </action> | |
25 </actions> | |
26 </install> | |
27 <readme> | |
28 <![CDATA[ | |
29 BamHash: Hash BAM and FASTQ files to verify data integrity | |
30 See https://github.com/DecodeGenetics/BamHash | |
31 ]]> | |
32 </readme> | |
33 </package> | |
34 </tool_dependency> |