Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjackman/ogdraw
A mirror of OrganellarGenomeDRAW
https://github.com/sjackman/ogdraw
Last synced: about 1 month ago
JSON representation
A mirror of OrganellarGenomeDRAW
- Host: GitHub
- URL: https://github.com/sjackman/ogdraw
- Owner: sjackman
- License: other
- Created: 2014-09-19T23:40:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T19:16:56.000Z (about 10 years ago)
- Last Synced: 2024-10-13T20:46:42.657Z (2 months ago)
- Language: Perl
- Homepage: http://ogdraw.mpimp-golm.mpg.de/
- Size: 777 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Installation
============To install the package, on a command line type:
perl Makefile.PL
make
make test
make installIf you are on a windows box you should use 'nmake' rather than 'make'.
The package uses quite some public modules so you might have to install
them either using the CPAN shell or by downloading them manually.irscan
======In addition to the perl modules, the 'findIRborders' method of
GeneMap::Plastome requires the irscan tool to be installed in your
path. The package contains compiled binaries for linux_x86, Mac OS X (PPC)
and Windows. If you are running a different OS / architecture you'll have
to compile the source code on your machine.