Amphibious new data transformer to prepare various sources for CGP DSS Data Loader
Project description
# newt-transformer [![Build Status](https://travis-ci.org/DataBiosphere/newt-transformer.svg?branch=master)](https://travis-ci.org/DataBiosphere/newt-transformer)
Metadata transformer to convert from gen3 to something readable by cgp-dss-data-loader
## Common Setup
Clone the repo:
git clone https://github.com/jessebrennan/newt-transformer.git
Go to the root directory of the cloned project:
cd newt-transformer
Run:
pip install .
## Setup for Development 1. Clone the repo:
git clone https://github.com/jessebrennan/newt-transformer.git
Go to the root directory of the cloned project:
cd newt-transformer
Run (ideally in a new [virtual environment](https://docs.python.org/3/tutorial/venv.html)):
make develop
## Running Tests 1. make sure you followed Setup for Development
Run:
make test
## Transforming data from sheepdog-exporter 1. The first step is to extract the Gen3 data you want using the [sheepdog exporter](https://github.com/david4096/sheepdog-exporter). The TopMed public data extracted from sheepdog is available [on the release page](https://github.com/david4096/sheepdog-exporter/releases/tag/0.3.1) under Assets. Assuming you use this data, you will now have a file called topmed-public.json
Make sure you are running the virtual environment you set up in the Setup instructions.
Now we need to transform the data. From the root of the project run:
newt new /path/to/topmed-public.json –output-json transformed-topmed-public.json
This will generate a transformed output file called transformed-topmed-public.json.
The new argument specifies that we want the most recent version of the transformer output format. It can be replaced with a gen3 argument, but this older format will soon be deprecated.
Likely you want to upload this data to the DSS. Instructions for this can be found at [the DSS data loader repo](https://github.com/DataBiosphere/cgp-dss-data-loader).
## Transformer Architecture <img src=”diagrams/newt-architecture.svg”/>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file newt-transformer-0.1.3.tar.gz
.
File metadata
- Download URL: newt-transformer-0.1.3.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7906599565ed005423441f366c3e2c2d1f5f1572b19c80daec96e8974f7b181c |
|
MD5 | a638b074bab81d6bf0034ae22fe6b9ec |
|
BLAKE2b-256 | 8b94b11d77260211c077d2cab95c63c704cd1da69f3525a91003b09b93691e53 |