Pipline result processing program for the JASEN pipeline and Bonsai tool.
Project description
Pipeline result processor (PRP)
A collection of tools for working with JASEN results or uploading it to the visualization tool Bonsai.
[!WARNING] Bonsai-PRP is under development in an alpha stage. Expect uneven documentation, breaking changes, and bugs until the official 1.0 release.
Using prp
Use the help argument for information on prp's functions.
prp --help
PRP takes a file with information on the sample and paths to the individual results generated by JASEN as input. The sample file is created by default by JASEN during the analysis but can be modified or extended. An example of the input file can be found among the test files.
Parse
This commands combines the JASEN output into serialized json object. This is good for backuping or computational analysis of the data.
prp parse --sample /path/to/sample.cnf.yml -o dump.json
Validate output format of result json file
prp validate -o OUTPUT_FILE [-h]
Create CDM input from pipeline data
Calculate quality metrics and present them in a format compatible with CDM.
prp cdm --sample /path/to/sample.cnf.yml -o dump.json
Upload a sample to Bonsai
Use the sample config to upload a sample to Bonsai.
The username and password can be set using either flags or by setting the environment variables BONSAI_USER and BONSAI_PASSWD.
prp upload \
--sample /path/to/sample.cnf.yml \
--api http://bonsai/api \
--username admin \
--password secret \
The sample file
The sample file is generated by JASEN and catalogs the different output files. Additionally, the sample file can also contain information on how the sample should be presented in Bonsai. For example, which groups the sample should be added to or which IGV tacks should be available.
The groups field should be a list of the different group_ids. These are set when creating a group in Bonsai.
groups: # list of Bonsai groups to add the sample to
- bonsai_group_id_1
- bonsai_group_id_2
Use the igv_annotations field to add one or more IGV annoatation tracks. It should be a list of mappings, where each mapping should contian the fields name, type and uri. The name is the track name, the is the type of annotation track (annotation, variant, alignment) and URI is how to access the resource. See the IGV documentation for more information on the tracks and supported file formats.
igv_annotations: # list of IGV tracks
- name: Cool variants
type: variant
uri: file://rs-fe1/path/to/variants.vcf
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bonsai_prp-1.2.0.tar.gz.
File metadata
- Download URL: bonsai_prp-1.2.0.tar.gz
- Upload date:
- Size: 53.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c412594df045a540e8d2bc84844e1358d51231ade82eaaf5331aeb6124115f5d
|
|
| MD5 |
dc984a1907dcc068ae08086210991807
|
|
| BLAKE2b-256 |
579d217eb3f4fc393c7010456ceb00838f3bbd14544eaa58b64a42915dc7247e
|
File details
Details for the file bonsai_prp-1.2.0-py3-none-any.whl.
File metadata
- Download URL: bonsai_prp-1.2.0-py3-none-any.whl
- Upload date:
- Size: 65.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab65c45c705310b07c6a4ad8ac00d3551a6d4e5a61f8769b4c65a59cfc4286c
|
|
| MD5 |
0a3ef9dd4b57b13b150a5b539cf3dc43
|
|
| BLAKE2b-256 |
803748b6d83fdbe966a9e25eb7318f80b7f10c33ba1368e031749c39762f245e
|