annotate tool_dependencies.xml @ 1:fa0ec960c47d draft default tip

Uploaded
author iuc
date Tue, 24 Feb 2015 22:40:49 -0500
parents 020178be49ee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
2 <tool_dependency>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
3 <package name="mummer" version="3.23">
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
4 <install version="1.0">
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
5 <actions>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
6 <action type="download_by_url">http://sourceforge.net/projects/mummer/files/mummer/3.23/MUMmer3.23.tar.gz</action>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
7 <action type="move_directory_files">
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
8 <source_directory>.</source_directory>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
9 <destination_directory>$INSTALL_DIR</destination_directory>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
10 </action>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
11 <action type="shell_command">
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
12 cd $INSTALL_DIR; make;
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
13 </action>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
14 <action type="set_environment">
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
17 </action>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
18 </actions>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
19 </install>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
20 <readme>
1
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
21 MUMmer is a system for rapidly aligning entire genomes, whether in complete or draft form.
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
22 For example, MUMmer 3.0 can find all 20-basepair or longer exact matches between a pair of 5-megabase genomes in 13.7 seconds,
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
23 using 78 MB of memory, on a 2.4 GHz Linux desktop computer. MUMmer can also align incomplete genomes; it can easily handle the 100s or 1000s
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
24 of contigs from a shotgun sequencing project, and will align them to another set of contigs or a genome using the NUCmer program included with the system.
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
25 If the species are too divergent for a DNA sequence alignment to detect similarity, then the PROmer program can generate
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
26 alignments based upon the six-frame translations of both input sequences.
fa0ec960c47d Uploaded
iuc
parents: 0
diff changeset
27
0
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
28 http://mummer.sourceforge.net/
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
29 </readme>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
30 </package>
020178be49ee Uploaded initial version developed by JJ and originally released as http://testtoolshed.g2.bx.psu.edu/view/jjohnson/package_mummer_3_23
iuc
parents:
diff changeset
31 </tool_dependency>