A set of wrapper files to use PLAST within Galaxy.
PLAST binary has to be already available on your Galaxy platform. Follow this link to install PLAST.
It is worth noting that wrapper files suppose PLAST binary can be called using command called 'Plast' (case sensitive). On your system, either create a link or edit wrapper files to fit to your installation.
PLAST is free software; you can redistribute it and/or modify it under the Affero GPL v3 license. See http://www.gnu.org/licenses/agpl-3.0.en.html
PLAST project resides at two locations:
- Inria Forge: the official git repository
- Github: this is a mirror of the Inria Forge repository
The Github repository is auto-updated from Inria GForge. So all commits have to be done by authorized users/developers on the Inria Forge. Otherwise, consider using "Github/pull request" for any update to be done on PLAST.
Use stable release: we always advise you to use the stable release of the software; we consider the master branch as a development branch, so it could be unstable. Recommended procedure:
git clone ...
git checkout stable