https://github.com/linsalrob/seed_servers_python
Pythonic servers to access the SEED servers
https://github.com/linsalrob/seed_servers_python
Last synced: 15 days ago
JSON representation
Pythonic servers to access the SEED servers
- Host: GitHub
- URL: https://github.com/linsalrob/seed_servers_python
- Owner: linsalrob
- License: mit
- Created: 2015-07-06T22:33:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T20:36:56.000Z (over 6 years ago)
- Last Synced: 2026-03-29T13:46:43.091Z (3 months ago)
- Language: Perl
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Python SEED Servers
A python version of the [http://www.theseed.org/servers/](SEED servers).
## The SEED servers
These servers provide programmatic access to the SEED and RAST environments and you can use them to submit jobs to RAST, view and retrieve your current jobs, as well as work within the SEED to retrieve annotations.
# Source
These are automatically generated from the PERL .pm modules. We start with the pm2py.pl code (perl code that makes python), and then we add the header pieces and parts.
```
perl pm2py.pl SAP.pm > SAP.py
```
Edit `SAP.py` to include the appropriate header (in headers/SAP.py)