-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michele Berselli
authored and
Michele Berselli
committed
Jan 30, 2023
1 parent
2dbf103
commit 37333ef
Showing
5 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### Version Updates | ||
|
||
#### v1.1.0 | ||
* Conversion to YAML standard | ||
* Added components to prioritize driver mutations | ||
|
||
#### v1.0.0 | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# cgap-pipeline-SV-somatic | ||
<img src="https://github.com/dbmi-bgm/cgap-pipeline/blob/master/docs/images/cgap_logo.png" width="200" align="right"> | ||
|
||
# CGAP Pipeline for Somatic Structural Variants | ||
|
||
This repository contains components for the CGAP pipeline for Structural Variants (SVs) in somatic data: | ||
|
||
* 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 starts from analysis-ready `bam` files and produces `vcf` files containing calls for SVs as output. | ||
Documentation for all CGAP Pipelines can now be found here: | ||
https://cgap-pipeline-main.readthedocs.io/en/latest/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,4 +62,4 @@ output: | |
argument_type: file.tsv_gz | ||
|
||
ascat_objects: | ||
argument_type: file.Rdata | ||
argument_type: file.Rdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,3 @@ output: | |
|
||
putative_drivers_tsv: | ||
argument_type: file.tsv_gz | ||
|