Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNV Profiler WDL #69

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ workflows:
primaryDescriptorPath: /PECGS-QUICviz/QUICviz.wdl
testParameterFiles:
- /PECGS-QUICviz/QUICviz.inputs.json
- name: CNV-Profiler
subclass: WDL
primaryDescriptorPath: /CNV-Profiler/CNV-Profiler.wdl
testParameterFiles:
- /CNV-Profiler/CNV-Profiler.inputs.json
- name: cnvArrayProber
subclass: WDL
primaryDescriptorPath: /CNV_Array_Prober/cnvArrayProber.wdl
Expand All @@ -139,3 +144,4 @@ workflows:
primaryDescriptorPath: /CallabilityAnalysis/Callability_Analysis_update.wdl
testParameterFiles:
- /CallabilityAnalysis/Callability_Analysis_update.inputs.json

37 changes: 37 additions & 0 deletions CNV-Profiler/CNV-Profiler.inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"CNV_Profiler.CramToBam.mem": "Int (optional, default = 64)",
"CNV_Profiler.SamtoolsDepth.cpu": "Int? (optional)",
"CNV_Profiler.GetPaddedCnvBed.mem_gb": "Int (optional, default = 1)",
"CNV_Profiler.SamtoolsDepth.disk_size_gb": "Int? (optional)",
"CNV_Profiler.cnvDepthProfiler.maxRetries": "Int (optional, default = 1)",
"CNV_Profiler.cramOrBamIndexFile": "File",
"CNV_Profiler.HeterozygosityCheck.maxRetries": "Int (optional, default = 1)",
"CNV_Profiler.HeterozygosityCheck.cpu": "Int (optional, default = 8)",
"CNV_Profiler.cramOrBamFile": "File",
"CNV_Profiler.HeterozygosityCheck.HG2_vcf_path": "File (optional, default = \"gs://dragenv4_2_validation/dragen_4_2_4/hg19/NA24385/NA24385.hard-filtered.vcf.gz\")",
"CNV_Profiler.HeterozygosityCheck.mem_gb": "Int (optional, default = 64)",
"CNV_Profiler.cnvDepthProfiler.cpu": "Int (optional, default = 8)",
"CNV_Profiler.cnvDepthProfiler.preemptible": "Int (optional, default = 0)",
"CNV_Profiler.SamtoolsDepth.minBaseQuality": "Int (optional, default = 20)",
"CNV_Profiler.heterozygosityCheck": "Boolean (optional, default = false)",
"CNV_Profiler.CramToBam.cpu": "Int (optional, default = 8)",
"CNV_Profiler.HeterozygosityCheck.disk_size_gb": "Int (optional, default = 500)",
"CNV_Profiler.hardFilteredVcfFile": "File? (optional)",
"CNV_Profiler.GetPaddedCnvBed.cpu": "Int (optional, default = 1)",
"CNV_Profiler.referenceFasta": "File",
"CNV_Profiler.GetPaddedCnvBed.disk_size_gb": "Int (optional, default = 10)",
"CNV_Profiler.cnvDepthProfiler.mem_gb": "Int (optional, default = 64)",
"CNV_Profiler.cnvDepthProfiler.disk_size_gb": "Int (optional, default = 500)",
"CNV_Profiler.sampleName": "String",
"CNV_Profiler.cnvProfiler_Docker": "String (optional, default = \"us-central1-docker.pkg.dev/tag-team-160914/gptag-dockers/covprofileviz:0.0.2\")",
"CNV_Profiler.referenceDict": "File",
"CNV_Profiler.SamtoolsDepth.samtools_docker": "String (optional, default = \"euformatics/samtools:1.20\")",
"CNV_Profiler.referenceFastaIndex": "File",
"CNV_Profiler.SamtoolsDepth.minMappingQuality": "Int (optional, default = 20)",
"CNV_Profiler.HeterozygosityCheck.HG1_vcf_path": "File (optional, default = \"gs://dragenv4_2_validation/dragen_4_2_4/hg19/NA12878/smoke.hard-filtered.vcf.gz\")",
"CNV_Profiler.SamtoolsDepth.mem_gb": "Int? (optional)",
"CNV_Profiler.CramToBam.disk_size": "Int (optional, default = 500)",
"CNV_Profiler.HeterozygosityCheck.preemptible": "Int (optional, default = 0)",
"CNV_Profiler.cnvBedFile": "File"
}

Loading
Loading