Skip to content

Commit

Permalink
Merge pull request #21 from broadinstitute/CleanUp
Browse files Browse the repository at this point in the history
Clean up this repo.
  • Loading branch information
yueyaog authored Mar 6, 2023
2 parents 28f9e18 + 405efd8 commit 0c3e2a5
Show file tree
Hide file tree
Showing 28 changed files with 25 additions and 3,379 deletions.
19 changes: 2 additions & 17 deletions .dockstore.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
version: 1.2
workflows:
- name: SS2_scRNA_pipeline
subclass: WDL
primaryDescriptorPath: /wdl/SS2_scRNA_pipeline.wdl
testParameterFiles:
- /input_json/ss2_scRNA_pipeline_inputs.json
- name: SC_Plate_QC
subclass: WDL
primaryDescriptorPath: /wdl/SC_Plate_QC.wdl
testParameterFiles:
- /input_json/SC_Plate_QC_pipeline_inputs.json
- name: CramToBam
subclass: WDL
primaryDescriptorPath: /wdl/CramToBam.wdl
testParameterFiles:
- /input_json/CramToBam_inputs.json
- name: CollectSamErrorMetrics
subclass: WDL
primaryDescriptorPath: /wdl/CollectSamErrorMetrics.wdl
primaryDescriptorPath: /CollectSamError/CollectSamErrorMetrics.wdl
testParameterFiles:
- /input_json/CollectSamErrorMetrics_inputs.json
- /CollectSamError/CollectSamErrorMetrics.inputs.json
- name: BenchmarkCNV
subclass: WDL
primaryDescriptorPath: /BenchmarkCNV/BenchmarkCNV.wdl
Expand Down
12 changes: 12 additions & 0 deletions CollectSamError/CollectSamErrorMetrics.inputs.json
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ task CollectSamErrorMetricsTask {
memory: memory_gb + "GB"
cpu: "1"
}
}

}
31 changes: 10 additions & 21 deletions README.md
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 removed input_json/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion input_json/CollectSamErrorMetrics_inputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/CramToBam_inputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/README.md

This file was deleted.

1 change: 0 additions & 1 deletion input_json/SC_Plate_QC_pipeline_inputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/cnv_somatic_pair_workflow_inputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/ichorCNA_step1_pipeline_inputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/ichorCNA_step1_pipeline_outputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/ichorCNA_step2_pipeline_inputs.json

This file was deleted.

1 change: 0 additions & 1 deletion input_json/ichorCNA_step2_pipeline_outputs.json

This file was deleted.

20 changes: 0 additions & 20 deletions input_json/ss2_scRNA_pipeline_inputs.json

This file was deleted.

Binary file removed wdl/.DS_Store
Binary file not shown.
102 changes: 0 additions & 102 deletions wdl/CramToBam.wdl

This file was deleted.

1 change: 0 additions & 1 deletion wdl/README.md

This file was deleted.

Loading

0 comments on commit 0c3e2a5

Please sign in to comment.