comparison tool_dependencies.xml @ 1:3416a1d4a582 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bedtools_2_24 commit 0e7c1b37cf73425c6637b4e196fdeb290e042bc1
author iuc
date Tue, 26 Jul 2016 06:26:12 -0400
parents 39b86c1e267d
children
comparison
equal deleted inserted replaced
0:39b86c1e267d 1:3416a1d4a582
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="bedtools" version="2.24"> 3 <package name="bedtools" version="2.24">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://github.com/arq5x/bedtools2/releases/download/v2.24.0/bedtools-2.24.0.tar.gz</action> 6 <action type="download_by_url" sha256sum="ea73b8620468c5a15d4ed96dc98c83e5564880bb9651cd75f1dcc96694be60e4">https://depot.galaxyproject.org/software/bedtools/bedtools_2.24_src_all.tar.gz</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="move_directory_files"> 8 <action type="move_directory_files">
9 <source_directory>bin</source_directory> 9 <source_directory>bin</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> 10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
11 </action> 11 </action>
15 </actions> 15 </actions>
16 </install> 16 </install>
17 <readme>BEDTools is a collection of utilities for comparing, summarizing, and intersecting genomic features in BED, GTF/GFF, VCF and BAM formats.</readme> 17 <readme>BEDTools is a collection of utilities for comparing, summarizing, and intersecting genomic features in BED, GTF/GFF, VCF and BAM formats.</readme>
18 </package> 18 </package>
19 </tool_dependency> 19 </tool_dependency>
20
21
22