Skip to main content

Aggregate SuSiE Workflow

Pipeline VersionDate UpdatedDocumentation AuthorQuestions or Feedback
aou_9.0.2January, 2026WARP PipelinesFile an issue

Introduction to the Aggregate SuSiE workflow

AggregateSusieWorkflow.wdl merges per-phenotype SuSiE outputs and annotates the merged result with external reference resources.

It first aggregates all SuSiE parquet paths from a file-of-paths input, then annotates merged results using Gencode, allele-frequency, and functional annotation resources.

Inputs

Input descriptions

Input variable nameDescriptionType
SusieParquetsFOFNFile-of-file-paths listing SuSiE parquet outputs to aggregate.File
MemoryRuntime memory (GB).Int
OutputPrefixPrefix used for merged outputs.String
NumThreadsCPU thread count for aggregation task.Int
GencodeGTFGencode GTF for annotation context.File
PlinkAfreqAllele frequency table from PLINK processing.File
AnnotationPhyloPPhyloP annotation resource.File
AnnotationENCODEENCODE cCRE annotation resource.File
AnnotationFANTOM5FANTOM5 annotation resource.File
AnnotationVEPVEP annotation table.File
AnnotationGnomadgnomAD annotation resource.File
AnnotationVEPIndexIndex for VEP annotation table.File

Outputs

Output variable nameFilename, if applicableOutput format and description
AnnotatedMergedSusieParquet<OutputPrefix>_SusieMerged.annotated.tsvAnnotated merged SuSiE output table.

Workflow and WDL

Versioning

All AggregateSusieWorkflow releases are documented in the changelog.

Feedback

Please help us make our tools better by filing an issue in WARP; we welcome pipeline-related suggestions or questions.