Mercurial > repos > bgruening > glimmer3
comparison tool_dependencies.xml @ 0:841357e0acbf draft
Uploaded
author | bgruening |
---|---|
date | Sat, 06 Jul 2013 10:09:30 -0400 |
parents | |
children | ab12adaa5cc2 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:841357e0acbf |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="biopython" version="1.61"> | |
4 <repository name="package_biopython_1_61" owner="biopython" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <set_environment version="1.0"> | |
7 <environment_variable action="set_to" name="GLIMMER_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | |
8 </set_environment> | |
9 <package name="glimmer" version="3.02b"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="download_file">http://www.cbcb.umd.edu/software/glimmer/glimmer302b.tar.gz</action> | |
13 <action type="shell_command">tar xfvz glimmer302b.tar.gz</action> | |
14 <action type="shell_command">cd ./glimmer3.02/src && make</action> | |
15 | |
16 <action type="move_directory_files"> | |
17 <source_directory>./glimmer3.02/bin</source_directory> | |
18 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
19 </action> | |
20 <action type="set_environment"> | |
21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
22 </action> | |
23 </actions> | |
24 </install> | |
25 <readme>To compile glimmer you need a C compiler (usually gcc). | |
26 Glimmer is a system for finding genes in microbial DNA, especially the genomes of bacteria, archaea, and viruses. | |
27 Glimmer (Gene Locator and Interpolated Markov ModelER) uses interpolated Markov models (IMMs) to identify the coding regions and distinguish them from noncoding DNA. | |
28 http://www.cbcb.umd.edu/software/glimmer/</readme> | |
29 </package> | |
30 </tool_dependency> |