https://github.com/bartongroup/slivka
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bartongroup
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: http://bartongroup.github.io/slivka/
- Size: 4.95 MB
Statistics
- Stars: 7
- Watchers: 7
- Forks: 4
- Open Issues: 23
- Releases: 1
Created about 10 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.rst
====== Slivka ====== |version| |anaconda| .. |version| image:: https://img.shields.io/badge/version-0.8.5b1-informational .. |anaconda| image:: https://anaconda.org/slivka/slivka/badges/version.svg :target: https://anaconda.org/slivka/slivka Slivka is a server application using Python 3.7+ intended for easy and flexible creation of REST API for web services. The server is based on Flask_ microframework and uses MongoDB_ as a backend storage. Out intention is to create easily configurable and extensible interface for running command line programs on a computer cluster. Currently, `Univa Grid Engine`_ is supported out-of-the-box. More information can be found in the documentation_. .. _Flask: https://github.com/pallets/flask .. _MongoDB: https://www.mongodb.com/ .. _`Univa Grid Engine`: http://www.univa.com/products/ .. _documentation: http://bartongroup.github.io/slivka/ ------------ Installation ------------ Slivka is distributed as sources repository on GitHub_ and as a `conda package`_. .. _GitHub: https://github.com/bartongroup/slivka .. _conda package: https://anaconda.org/slivka/slivka In order to install slivka from sources, clone the repository from GitHub:: git clone https://github.com/bartongroup/slivka.git navigate into the newly created directory and run the *setup.py* script located in the repository's top directory with the Python interpreter.:: python setup.py install Installation with pip is also supported:: python -m pip installor:: python -m pip install git+https://github.com/bartongroup/slivka.git@master Conda users may prefer to install slivka directly from our anaconda channel, The package is provided by our *slivka* channel so make sure to specify the channel name explicitly in the installation command. We also recommend using *conda-forge* as a source for other dependencies. You can either permanently append it to the channels list using ``conda config`` or tell conda to use it with additional ``-c conda-forge`` argument. Keep in mind that development versions of slivka may not be available from conda.:: conda install -c slivka slivka For Developers ============== If you are the developer working with slivka sources, you may need to install slivka in editable mode. It allows you make changes to the installed package without the need to reinstall it every time. Slivka can be installed in editable mode with either setuptools (deprecated since python 3.10):: python setup.py develop or using pip:: python -m pip install -e For conda users, we recommend installing dependencies with conda first for the slivka version you are going to work on:: conda install --only-deps -c slivka slivka= and, after that, install slivka in editable mode without dependencies using pip:: python -m pip install --no-deps -e
Owner
- Name: Geoff Barton's Computational Biology Group
- Login: bartongroup
- Kind: organization
- Location: Dundee, Scotland, UK
- Website: https://www.compbio.dundee.ac.uk
- Twitter: bartongrp
- Repositories: 57
- Profile: https://github.com/bartongroup
GitHub Events
Total
- Issues event: 19
- Issue comment event: 4
- Push event: 6
- Fork event: 1
Last Year
- Issues event: 19
- Issue comment event: 4
- Push event: 6
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 6
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- warownia1 (11)
- foreveremain (7)
- stuartmac (1)
- mukhyala (1)
Pull Request Authors
- warownia1 (2)
- gdownt (1)
- foreveremain (1)
Top Labels
Issue Labels
issue (5)
v0.8.4 (4)
pri:high (2)
v0.8 (1)
feature (1)
wontfix (1)
v0.8.5 (1)
Pull Request Labels
issue (1)
pri:high (1)
v0.8.4 (1)
feature (1)