Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Berselli authored and Michele Berselli committed Jan 31, 2023
1 parent a0ce6e1 commit e2a79f1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 5 additions & 1 deletion LOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### Version Updates

#### v1.1.0
* Conversion to YAML standard
* Added components to prioritize driver mutations

#### v1.0.0
* Initial release for TNscope pipeline
* Initial release
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

# CGAP Somatic Pipeline - Sentieon

This repository contains components for the CGAP pipeline for somatic single-nucleotide variants (SNVs), small INDELs, and structural variants (SVs) using Sentieon:
This repository contains components for the CGAP pipeline for Single Nucleotide Variants (SNVs), small insertions/delitions (INDELs), and Structural Variants (SVs) in somatic data using Sentieon:

* CWL workflows
* CGAP Portal Workflows and MetaWorkflows objects
* ECR (Docker) source files, which allow for creation of public Docker images (using `docker build`) or private dynamically-generated ECR images (using [*cgap pipeline utils*](https://github.com/dbmi-bgm/cgap-pipeline-utils/) `deploy_pipeline`)
* CWL workflow descriptions
* CGAP Portal *Workflow* and *MetaWorkflow* objects
* CGAP Portal *Software*, *FileFormat*, and *FileReference* objects
* ECR (Docker) source files, which allow for creation of public Docker images (using `docker build`) or private dynamically-generated ECR images (using [*cgap pipeline utils*](https://github.com/dbmi-bgm/cgap-pipeline-utils/) `pipeline_deploy`)

The pipeline can process analysis ready ``bam`` files for a tumor/normal comparison and produces a `vcf` file as output.
The pipeline can process analysis ready `bam` files for a tumor/normal comparison and produces a `vcf` file as output.
Documentation for all CGAP Pipelines can now be found here:
https://cgap-pipeline-main.readthedocs.io/en/latest/
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ workflows:
####################################
config:
instance_type: c5n.9xlarge
ebs_size: 1.5x
ebs_size: "1.5x"
EBS_optimized: True
spot_instance: True
run_name: run_somatic_sentieon_tnscope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ workflows:
####################################
config:
instance_type: c5n.9xlarge
ebs_size: 1.5x
ebs_size: "1.5x"
EBS_optimized: True
spot_instance: True
run_name: run_somatic_sentieon_tnscope_tumoronly
Expand Down

0 comments on commit e2a79f1

Please sign in to comment.