Amphibious new data transformer to prepare various sources for CGP DSS Data Loader
Project description
newt-transformer
Metadata transformer to convert from gen3 to something readable by cgp-dss-data-loader
Common Setup
-
(optional) We recommend using a Python 3 virtual environment.
-
Run:
pip3 install newt-transformer
Setup for Development
-
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):
make develop
Running Tests
-
make sure you followed Setup for Development
-
Run:
make test
Transforming data from sheepdog-exporter
-
The first step is to extract the Gen3 data you want using the sheepdog exporter. The TopMed public data extracted from sheepdog is available on the release page 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 agen3
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.
Transformer Architecture
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.6.tar.gz
.
File metadata
- Download URL: newt-transformer-0.1.6.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecdfb937132827366f18016d35f7aa17662af82d8f295edb72fe534b3d70825b |
|
MD5 | 91a314908c3c5d59a22d94f580ea32de |
|
BLAKE2b-256 | eb3d112ec1b47bd94e134b3b0aa29e3233edfbc2fbe181a030500abead80fc46 |