-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from broadinstitute/CleanUp
Clean up this repo.
- Loading branch information
Showing
28 changed files
with
25 additions
and
3,379 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
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,12 @@ | ||
{ | ||
"CollectSamErrorMetrics.CollectSamErrorMetricsTask.disk_gb": "${}", | ||
"CollectSamErrorMetrics.CollectSamErrorMetricsTask.memory_gb": "${}", | ||
"CollectSamErrorMetrics.input_bam": "${this.bam_file}", | ||
"CollectSamErrorMetrics.intervals": "gs://gcp-public-data--broad-references/hg38/v0/wgs_coverage_regions.hg38.interval_list", | ||
"CollectSamErrorMetrics.output_name": "${this.sample_id}", | ||
"CollectSamErrorMetrics.ref_dict": "gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.dict", | ||
"CollectSamErrorMetrics.ref_fai": "gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.fasta.fai", | ||
"CollectSamErrorMetrics.ref_fasta": "gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.fasta", | ||
"CollectSamErrorMetrics.vcf_file": "gs://gatk-best-practices/somatic-hg38/af-only-gnomad.hg38.vcf.gz", | ||
"CollectSamErrorMetrics.vcf_index_file": "gs://gatk-best-practices/somatic-hg38/af-only-gnomad.hg38.vcf.gz.tbi" | ||
} |
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 |
---|---|---|
|
@@ -63,5 +63,4 @@ task CollectSamErrorMetricsTask { | |
memory: memory_gb + "GB" | ||
cpu: "1" | ||
} | ||
} | ||
|
||
} |
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,24 +1,13 @@ | ||
# Translational Analysis Group (TAG) Public Repo | ||
# Translational Analysis Group (TAG) Workflow Repository | ||
|
||
This github repository contains public Terra workflows maintained by | ||
Translational Analysis Group (TAG). Below is the workflows TAG published. | ||
This is Translational Analysis Group (TAG) public repository, where we maintain frequently | ||
used utility workflows for the team. Our goal is to facilitate their use on Terra through | ||
Dockstore, allowing for easy access and streamlined usage. | ||
|
||
## SmartSeq QC | ||
A pipeline for quality control of Smart Seq single cell analysis: | ||
* SS2_scRNA_pipeline | ||
* SC_Plate_QC | ||
**NOTE: this Repo is public, so anything you add to this repo is viewable by anyone.** | ||
|
||
## ichorCNA | ||
A workflow that estimates tumor purity and ploidy of blood samples using ultra-low pass (ULP) whole-genome sequencing | ||
(WGS) technology. | ||
* ichorCNA_step1 | ||
* ichorCNA_step2 | ||
|
||
## CramToBam | ||
A workflow for converting CRAM file to BAM file. | ||
|
||
## CollectSamErrorMetrics | ||
A workflow for collecting error metrics from alignment file. | ||
|
||
## BenchmarkCNV | ||
A workflow for benchmarking copy number variation detection algorithms. | ||
## Using the Dockstore Automatically Update Workflows in Terra | ||
Workflows registered in Dockstore can be automatically synced when changes are pushed | ||
to this repo by adding their information to `.dockstore.yml`. This allows any updates or | ||
changes made to a workflow in this repo to be immediately reflected in any Terra workspaces | ||
using that workflow. |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.