Skip to content

Standardize runtime format in Mainz-MogonKI cluster profile #148

@coderabbitai

Description

@coderabbitai

Description

The cluster profile configuration file profiles/Mainz-MogonKI/config.yaml contains inconsistent runtime format specifications. Specifically, lines 36 and 38 use numeric values (300 and 180) without unit specification, whereas all other runtime specifications in the file use explicit string formats (e.g., "2h", "90m", "1h").

Issue

The numeric values are ambiguous and may be misinterpreted by Snakemake or SLURM. The intended units need to be verified and converted to explicit string format to match the rest of the configuration.

Affected Rules

  • flair_align: runtime: 300
  • flair_correct: runtime: 180

Background

This issue was identified during the review of PR #146 but was deferred for a future PR to avoid scope creep.

References

Metadata

Metadata

Assignees

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