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

https://github.com/bhklab/xevadi

The XevaDI is a python package that transforms the CSV files from the Xeva set to create the database table for XevaDB.
https://github.com/bhklab/xevadi

Last synced: 3 months ago
JSON representation

The XevaDI is a python package that transforms the CSV files from the Xeva set to create the database table for XevaDB.

Awesome Lists containing this project

README

        

# XevaDI

The XevaDI python package transforms the CSV files from the Xeva set to create the database tables for XevaDB.

## Creating Output CSV files

- Clone the repository

```
git clone https://github.com/bhklab/XevaDI.git
cd XevaDI
```

- Run the script to create the output files

```
cd scripts
python build.py
```