Skip to content

Commit

Permalink
Merge pull request #11 from HaolingZHANG/normal
Browse files Browse the repository at this point in the history
organization
  • Loading branch information
HaolingZHANG committed Jun 6, 2023
2 parents f75fea1 + 7f96873 commit 7cae368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="./docs/source/_static/logo.svg" alt="DNA Spider-Web" title="DNASpiderWeb" width="100%"/>
</p>

[![CircleCI](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main.svg?style=shield&circle-token=6aeac22720c5828585591fa5e2f4917bcaae9a72)](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main)
[![CircleCI](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main.svg?style=shield)](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main)
[![PythonVersion](https://img.shields.io/badge/python-3.7-blue)](https://img.shields.io/badge/python-3.7-blue)
[![License](https://img.shields.io/badge/License-BGI_Research-orange.svg)](https://github.com/HaolingZHANG/DNASpiderWeb/blob/main/LICENSE.pdf)

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
packages=["dsw", "tests"],
install_requires=["numpy", "networkx"],
license="BGI-Research",
classifiers=["License :: BGI-Research",
"Programming Language :: Python :: 3",
classifiers=["Programming Language :: Python :: 3",
"Operating System :: OS Independent"],
keywords="DNA-based data storage, coding algorithm, automatic algorithm generator, probabilistic error correction",
)

0 comments on commit 7cae368

Please sign in to comment.