https://github.com/aric-pypi/jsw-bio
Jsw for biography.
https://github.com/aric-pypi/jsw-bio
bio jsw
Last synced: 5 months ago
JSON representation
Jsw for biography.
- Host: GitHub
- URL: https://github.com/aric-pypi/jsw-bio
- Owner: aric-pypi
- Created: 2022-05-31T13:31:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T05:54:15.000Z (almost 4 years ago)
- Last Synced: 2025-09-21T05:26:55.145Z (9 months ago)
- Topics: bio, jsw
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsw-bio
> Jsw for biography.
## installation
```shell
pip install jsw-bio -U
```
## usage
```python
import jsw_bio as bio
## common methods
# get fasta/genbank url
bio.url('7EU9_A', 'fasta')
bio.url('7EU9_A', 'gb')
bio.ncbi_download_accids(term='cas12') # ['VEJ66715.1', 'SUY72866.1', 'SUY81473.1', ...
```