Colin Gross
2025-07-24
Freeze 1 data live on production site
modular compositions of processes that are called like functions
workflow susie_eqtl {
analysis_type = "susie"
susie_tsv = channel.fromPath("${params.susie_eqtl_glob}")
susie_headers = channel.of(params.susie_fields).collect()
fields = params.susie_fields
types = params.susie_types
validate_header(susie_tsv, susie_headers)
munge_files(susie_tsv, analysis_type)
merge_files(munge_files.out.collect(),
analysis_type, fields, types)
}
Table with information about each eQTL
Deployed to staging server currently.