Difference between revisions of "PartitionFinder"

From UFRC
Jump to navigation Jump to search
Line 32: Line 32:
 
<!--Run-->
 
<!--Run-->
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
PartitionFinder is a python application, so the direct way to run it is to use <code>python $HPC_PARTITIONFINDER_DIR/PartitionFinder.py -n X DIRECTORY</code> or <code>python $HPC_PARTITIONFINDER_DIR/PartitionFinderProtein.py -n X DIRECTORY</code> for nt or aa models respectively once the <code>partitionfinder</code> module is loaded where "X" is the number of compute cores requested in the job script, ... are any addition options and DIRECTORY is the directory with the configuration and input files. However, we have a convenience scripts that allow you to run PartitionFinder directly for either nt or aa analysis as <code>partitionfindernt -n X DIRECTORY</code> or <code>partitionfinderaa -n X DIRECTORY</code> once the <code>partitionfinder</code> module is loaded.  
+
PartitionFinder is a python application, so the direct way to run it is to use <code>python $HPC_PARTITIONFINDER_DIR/PartitionFinder.py -n X DIRECTORY</code> or <code>python $HPC_PARTITIONFINDER_DIR/PartitionFinderProtein.py -n X DIRECTORY</code> for nt or aa models respectively once the <code>partitionfinder</code> module is loaded where "X" is the number of compute cores requested in the job script, ... are any addition options and DIRECTORY is the directory with the configuration and input files. However, we have a convenience scripts that allow you to run PartitionFinder directly for either nt or aa analysis as <code>partitionfindernt -n X NUCLEOTIDE_DIRECTORY</code> or <code>partitionfinderaa -n X AMINOACID_DIRECTORY</code> once the <code>partitionfinder</code> module is loaded.  
 
|}}
 
|}}
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 15:33, 5 July 2012

Description

{{{name}}} website  
PartitionFinder and PartitionFinderProtein are free open source programs for selecting best-fit partitioning schemes and models of molecular evolution for nucleotide and amino acid alignments. They take the hard work out of comparing partitioning schemes, and are useful in any situation where you wish to compare or select partitioning schemes or models of molecular evolution. Both programs come together as a single download. Click below to get the appropriate download for your system. Template:App Location

Available versions

  • 1.0.0

Running the application using modules

To use partitionfinder with the environment modules system at HPC the following commands are available:

Get module information for partitionfinder:

$module spider partitionfinder

Load the default application module:

$module load partitionfinder

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_PARTITIONFINDER_DIR - directory where partitionfinder is located.

How To Run

PartitionFinder is a python application, so the direct way to run it is to use python $HPC_PARTITIONFINDER_DIR/PartitionFinder.py -n X DIRECTORY or python $HPC_PARTITIONFINDER_DIR/PartitionFinderProtein.py -n X DIRECTORY for nt or aa models respectively once the partitionfinder module is loaded where "X" is the number of compute cores requested in the job script, ... are any addition options and DIRECTORY is the directory with the configuration and input files. However, we have a convenience scripts that allow you to run PartitionFinder directly for either nt or aa analysis as partitionfindernt -n X NUCLEOTIDE_DIRECTORY or partitionfinderaa -n X AMINOACID_DIRECTORY once the partitionfinder module is loaded.