An open API service indexing awesome lists of open source software.

https://github.com/stuartmac/speaks-bioseqs


https://github.com/stuartmac/speaks-bioseqs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Speaks-Bioseqs

Speaks-Bioseqs is a singple-page web application designed to identify biological sequence formats and facillitate their conversion.

## Features

- Automatic detection of various biological sequence formats, including FASTA.
- Identification of sequence type (DNA, RNA, protein) for the given input.
- Support for single sequences.

## Planned Features
- Export functionality to download sequence data in various formats.
- Enhanced multi-sequence support, including detection of alignment.
- Extension to a Python package for integrating with BioPython for sequence format detection.

## Getting Started

### On the Web
For the web application, simply visit the [Speaks-Bioseqs website](https://stuartmac.github.io/speaks-bioseqs/).

### Local Installation
Simply clone this repository and open `index.html` in your browser.

```bash
git clone https://github.com/stuartmac/speaks-bioseqs.git
```

## Development Setup

This project uses a lite-server for local development. To set up a development server:

1. Ensure you have Node.js and npm installed.
2. Clone the repository and navigate to the project directory.
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm start
```

## Contributing

Contributions of all kinds are welcome!

## License

Distributed under the MIT License. See `LICENSE` for more information.