Mercurial > repos > yating-l > multi_fasta_glimmer_hmm
changeset 1:661f582d0fe2 draft
planemo upload for repository https://github.com/remimarenco/multi_fasta_glimmerhmm.git commit 1245031a7d52c922c86f33ebfd0f20eb9ddf84ac-dirty
| author | yating-l | 
|---|---|
| date | Mon, 01 May 2017 14:56:40 -0400 | 
| parents | 36f4ba558f9f | 
| children | cbb81c629448 | 
| files | tool_dependencies.xml | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tool_dependencies.xml Mon May 01 14:53:09 2017 -0400 +++ b/tool_dependencies.xml Mon May 01 14:56:40 2017 -0400 @@ -7,10 +7,10 @@ <action type="download_by_url">ftp://ccb.jhu.edu/pub/software/glimmerhmm/GlimmerHMM-3.0.4.tar.gz</action> <action type="move_directory_files"> <source_directory>.</source_directory> - <destination_directory>$INSTALL_DIR/bin</destination_directory> + <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> <action type="shell_command"> mv glimmerhmm_linux_x86_64 glimmerhmm
