-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsetup.cfg
41 lines (37 loc) · 1.71 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = elastic_blast
description = ElasticBLAST runs BLAST searches faster by distributing its work to multiple cloud instances. This allows larger numbers of queries to be searched in less time compared to BLAST+ on a single host. Use of the cloud facilitates collaboration, sharing of results, datasets and pipelines on a common platform. The National Center for Biotechnology Information ([NCBI](https://www.ncbi.nlm.nih.gov)), part of the National Library of Medicine at the NIH, developed and maintains ElasticBLAST.
long_description = file:README.md
long_description_content_type = text/markdown
maintainer = NCBI
maintainer_email = [email protected]
python_requires = >=3.7
license_files = file:LICENSE
classifiers =
Programming Language :: Python :: 3
Development Status :: 5 - Production/Stable
Environment :: Console
Operating System :: MacOS
Operating System :: Unix
Operating System :: POSIX :: Linux
Topic :: Scientific/Engineering :: Bio-Informatics
Intended Audience :: Science/Research
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Developers
keywords = "BLAST", "Alignment", "Cloud Computing", "Bioinformatics"
url = https://blast.ncbi.nlm.nih.gov/doc/elastic-blast
project_urls =
Repository = https://github.com/ncbi/elastic-blast/
ChangeLog = https://github.com/ncbi/elastic-blast/releases
Support = https://blast.ncbi.nlm.nih.gov/doc/elastic-blast/support.html
Tutorials = https://blast.ncbi.nlm.nih.gov/doc/elastic-blast/tutorials.html
[files]
packages_root = src
scripts =
bin/*
data_files =
share = share/**
Makefile = Makefile
[auto-version]
type = git-pep440