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.
- Host: GitHub
- URL: https://github.com/bhklab/xevadi
- Owner: bhklab
- Created: 2021-01-04T14:33:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T19:32:38.000Z (about 1 year ago)
- Last Synced: 2024-12-30T03:20:57.337Z (5 months ago)
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```