Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/audy/bio-dat

Examples/experiments of using dat with bioinformatics (sequence) data.
https://github.com/audy/bio-dat

Last synced: about 21 hours ago
JSON representation

Examples/experiments of using dat with bioinformatics (sequence) data.

Awesome Lists containing this project

README

        

# bio-dat

Examples of using https://github.com/maxogden/dat for bioinformatics (sequence) data.

## Usage

```bash

# initialize data store
dat init

# import some data
./cli.js seqs -n 1000 | dat import --csv --primary sequences

```