Skip to content

Lift methylation meta job to WFMS level #62

@vinjana

Description

@vinjana

The methylationcalling meta job starts bisulfite calling processes with bash -- always in pairs of largest (front) and smallest (back) chromosome. This has a number of disadvantages

  • Chromosomes are processed sequentially (in pairs), which increases the throughput of the workflow.
  • The batch processing system's scheduling is not exploited. Instead manual scheduling is used!
  • There is job-management code in Bash (argh)
  • Checkpointing does not work correctly (Why restart both chromosomes, if only one chromosome should be restarted?)

This job should be done by the workflow manager! Move the logic from the meta job into the workflow manager!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions