Mercurial > repos > crs4 > muscle
view tool_dependencies.xml @ 1:533b3b2a1e66 draft default tip
Update Orione citation. Add <citations> tag. Use package_muscle_3_8_31 from iuc.
author | crs4 |
---|---|
date | Thu, 04 Jun 2015 11:34:04 -0400 |
parents | ec6f5279dc01 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <set_environment version="1.0"> <!-- MUSCLE may require a lot of memory and computation time for a medium/large input multi-FASTA file, therefore a limit on the file size is enforced by the tool. Change the FASTA_MAX_SIZE variable in the installed env.sh file to adjust this limit to your needs and available resources. --> <environment_variable action="set_to" name="FASTA_MAX_SIZE">100000</environment_variable> </set_environment> <package name="muscle" version="3.8.31"> <repository changeset_revision="8f20b47725d8" name="package_muscle_3_8_31" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency>