Mercurial > repos > yating-l > snap
view tool_dependencies.xml @ 25:cf05d455fe47 draft default tip
planemo upload commit 491d5e5ca363640def2a7e537da6affda72868e0
author | yating-l |
---|---|
date | Thu, 22 Dec 2016 11:36:58 -0500 |
parents | 04e57f9ef873 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="snap" version="1.0"> <install version="1.0"> <actions_group> <actions> <action type="download_by_url">http://korflab.ucdavis.edu/Software/snap-2013-11-29.tar.gz</action> <action type="shell_command">make</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="ZOE" action="set_to">$INSTALL_DIR</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </actions_group> </install> <readme>SNAP is a general purpose gene finding program suitable for both eukaryotic and prokaryotic genomes. SNAP is an acroynm for Semi-HMM-based Nucleic Acid Parser. </readme> </package> </tool_dependency>