Skip to content

Workflow for Phylogenetic Analysis using the Swift parallel scripting system.

License

Notifications You must be signed in to change notification settings

mmondelli/swift-phylo

Repository files navigation

swift-phylo

Workflow for Phylogenetic Analysis using the Swift parallel scripting system.

Reference: Ocaña, Kary ACS, et al. "Sciphy: A cloud-based workflow for phylogenetic analysis of drug targets in protozoan genomes." Advances in Bioinformatics and Computational Biology. Springer Berlin Heidelberg, 2011. 66-70.

Requirements

This uses the tools:

You can install the required programs and scripts from swift-phylo by running:

sudo apt-get update sudo apt-get install raxml sudo apt-get install mafft export SWIFT_PHYLO=/path/to/swift-phylo/bin export PATH=$SWIFT_PHYLO:$PATH

Workflow invocation

Run the following command in the directory where the input files are placed:

swift -config swift.conf swiftPhylo.swift

The other binaries/applications needed to execute the workflow are in the /bin directory of this repository. For Swift to recognize them as executable programs, it is necessary to add this directory to the system path:

export PATH=<path to /bin>:$PATH

About

Workflow for Phylogenetic Analysis using the Swift parallel scripting system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published