def postprocess_alignment_to_rec(*args): default_keys = [ "config__algorithm__coverage_interval", "config__algorithm__seq2c_bed_ready", "config__algorithm__coverage", "config__algorithm__coverage_merged", "config__algorithm__coverage_orig", "config__algorithm__variant_regions", "config__algorithm__variant_regions_merged", "config__algorithm__variant_regions_orig" ] return cwlutils.to_rec(*args, default_keys=default_keys)
def process_alignment_to_rec(*args): return cwlutils.to_rec(*args)
def prep_samples_to_rec(*args): return cwlutils.to_rec(*args)
def hla_to_rec(*args): return cwlutils.to_rec(*args)
def postprocess_alignment_to_rec(*args): default_keys = ["config__algorithm__coverage_interval", "config__algorithm__seq2c_bed_ready", "config__algorithm__coverage", "config__algorithm__coverage_merged", "config__algorithm__coverage_orig", "config__algorithm__variant_regions", "config__algorithm__variant_regions_merged", "config__algorithm__variant_regions_orig"] return cwlutils.to_rec(*args, default_keys=default_keys)