Skip to content

Commit

Permalink
Merge branch 'main' into features/msav
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Jul 1, 2024
2 parents e372a6d + cacfe1c commit 27531da
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
31 changes: 29 additions & 2 deletions cloudgene.pgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,60 @@ workflow:
name: "${CLOUDGENE_SERVICE_NAME}"
email: "${CLOUDGENE_CONTACT_EMAIL}"
url: "${CLOUDGENE_SERVICE_URL}"
groups:
- id: validation
label: "Input Validation"
- id: qc
label: "Quality Control"
- id: imputation
label: "Imputation and Phasing"
- id: pgs
label: "Polygenic Scores"
processes:
- process: "IMPUTATIONSERVER:INPUT_VALIDATION:INPUT_VALIDATION_VCF"
view: status
label: "Input Validation"
group: "validation"
- process: "IMPUTATIONSERVER:QUALITY_CONTROL:QUALITY_CONTROL_VCF"
view: status
label: "Quality Control"
group: "qc"
- process: "IMPUTATIONSERVER:QUALITY_CONTROL:QUALITY_CONTROL_REPORT"
view: status
label: "Quality Control Report"
group: "qc"
- process: "IMPUTATIONSERVER:PHASING:EAGLE"
view: progressbar
label: "Phasing"
group: "imputation"
- process: "IMPUTATIONSERVER:IMPUTATION:MINIMAC4"
view: progressbar
label: "Imputation"
- process: "IMPUTATIONSERVER:PGS_CALCULATION:FILTER_BY_CATEGORY"
group: "imputation"
- process: "IMPUTATIONSERVER:PGS_CALCULATION:FILTER_BY_CATEGORY"
view: label
label: "Prepare Polygenic Scores"
group: "pgs"
- process: "IMPUTATIONSERVER:PGS_CALCULATION:CALCULATE_CHUNKS"
view: progressbar
label: "Calculate Polygenic Scores"
group: "pgs"
- process: "IMPUTATIONSERVER:ENCRYPTION:COMPRESSION_ENCRYPTION_VCF"
view: label
label: "Compression and Encryption"
group: "pgs"
- process: "IMPUTATIONSERVER:PGS_CALCULATION:MERGE_CHUNKS_SCORES"
view: label
label: "Merge Polygenic Scores"
group: "pgs"
- process: "IMPUTATIONSERVER:PGS_CALCULATION:MERGE_CHUNKS_INFOS"
view: label
label: "Analyze Polygenic Scores "
group: "pgs"
- process: "IMPUTATIONSERVER:PGS_CALCULATION:CREATE_HTML_REPORT"
view: label
label: "Create Ploygenic Score Report"

group: "pgs"
inputs:
- id: refpanel
description: Reference Panel (<a href="https://imputationserver.sph.umich.edu/start.html#!pages/refpanels" target="_blank">Details</a>)
Expand Down
19 changes: 19 additions & 0 deletions cloudgene.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,40 @@ workflow:
name: "${CLOUDGENE_SERVICE_NAME}"
email: "${CLOUDGENE_CONTACT_EMAIL}"
url: "${CLOUDGENE_SERVICE_URL}"
groups:
- id: validation
label: "Input Validation"
- id: qc
label: "Quality Control"
- id: imputation
label: "Imputation and Phasing"
- id: compression
label: "Compression and Encryption"
processes:
- process: "IMPUTATIONSERVER:INPUT_VALIDATION:INPUT_VALIDATION_VCF"
view: status
label: "Input Validation"
group: "validation"
- process: "IMPUTATIONSERVER:QUALITY_CONTROL:QUALITY_CONTROL_VCF"
view: status
label: "Quality Control"
group: "qc"
- process: "IMPUTATIONSERVER:QUALITY_CONTROL:QUALITY_CONTROL_REPORT"
view: status
label: "Quality Control Report"
group: "qc"
- process: "IMPUTATIONSERVER:PHASING:EAGLE"
view: progressbar
label: "Phasing"
group: "imputation"
- process: "IMPUTATIONSERVER:IMPUTATION:MINIMAC4"
view: progressbar
label: "Imputation"
group: "imputation"
- process: "IMPUTATIONSERVER:ENCRYPTION:COMPRESSION_ENCRYPTION_VCF"
view: progressbar
label: "Compression and Encryption"
group: "compression"

inputs:
- id: refpanel
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ profiles {
}


test {
includeConfig 'conf/test_single_vcf.config'
test {
includeConfig 'conf/test.config'
}

}

0 comments on commit 27531da

Please sign in to comment.