The NCI CIDC NGS Pipeline output APIs
Project description
CIDC NGS Pipeline API
Overview
This repository serves as an interface between the CIDC and Bioinformatics teams to determine specifications and documentation related to NGS pipelines.
Repository structure:
.
├── README.md
├── cidc_ngs_pipeline_api
│ ├── output_API.schema.json
│ ├── rna
│ │ ├── rna.md => ../../docs/rna.md
│ │ ├── rna_config.schema.json
│ │ ├── rna_output_API.json
│ │ └── imgs
│ | └── RIMA.png
│ ├── atacseq
│ │ ├── atacseq.md => ../../docs/atacseq.md
│ │ ├── atacseq_output_API.json
│ │ └── imgs
│ | └── atacseq.png
│ ├── tcr
│ │ ├── tcr.md => ../../docs/tcr.md
│ │ └── imgs
│ | └── TCRseq.png
│ └── wes
│ ├── wes.md => ../../docs/wes.md
│ ├── wes_config.schema.json
│ ├── wes_output_API.json
│ ├── wes_tumor_only_output_API.json
│ ├── wes_output_API.py
│ └── imgs
│ └── wes.png
├── tests
│ └── test_apis.py
├── requirements.dev.txt
├── requirements.txt
├── MANIFEST.in
├── CHANGELOG.md
├── setup.py
└── .github
└── workflows
└── ci.yml
cidc_ngs_pipeline_api module
-
The
output_API.schema.json
file defines the schema structure:filter_group
: Filter under which the file would appear during faceted search. It is the GCS-URI top-level hierarchyfile_path_template
: Local file path used for CLI uploadshort_description
: Description to appear on hovering over file name in file browserlong_description
: Longer description to appear on file documentation pagefile_purpose
: Assigns a tag to show up in a particular file-browser view configuration. Permissible values:Source view
,Analysis view
,Clinical view
,Miscellaneous
-
Within the directory for each assay:
-
The defined schema is used to structure information about pipeline-related files in the respective
< assay >_output_API.json
. -
Information related to YAML configurations (which are generated by the CIDC and configured with CIMAC IDs to run the pipelines), are described in the respective
< assay > config.schema.json
. -
Documentation related to each pipeline is in the respective
< assay > .md
.
-
Developer Setup
Install necessary dependencies.
pip install -r requirements.dev.txt
Install and configure pre-commit hooks.
pre-commit install
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
Built Distribution
File details
Details for the file nci_cidc_ngs_pipeline_api-0.1.26.tar.gz
.
File metadata
- Download URL: nci_cidc_ngs_pipeline_api-0.1.26.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ede18decaf2aca9d089f9ad9ccef66107ddd2d424394e4b651bc00e0ea87eb8b |
|
MD5 | b6cea7c7109b73700ca49f1db7f22456 |
|
BLAKE2b-256 | 28a3a2080d07468132850e2cbc5cb4733c383ce448323a5b0df45facbdb35b37 |
File details
Details for the file nci_cidc_ngs_pipeline_api-0.1.26-py3-none-any.whl
.
File metadata
- Download URL: nci_cidc_ngs_pipeline_api-0.1.26-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0451560e19e972fbf63d73a8a10653deb2152085c765639c27f0a404288c4e0b |
|
MD5 | 8f3490a815edbcd130699cabcdaea04f |
|
BLAKE2b-256 | 00a33bd1dfab3ce001032b22fb001205921367fb1e283bf9dceb24d2224353f9 |