bihealth / snappy-pipeline

SNAPPY Nucleic Acid Processing in Python
MIT License
8 stars 4 forks source link

Switch away from DRMAA to using Snakemake Profiles #110

Closed holtgrewe closed 2 years ago

holtgrewe commented 2 years ago

Is your feature request related to a problem? Please describe. Using cluster configuration in snakemake is deprecated. Profiles are the future.

Describe the solution you'd like We should switch away from using DRMAA towards using Snakemake Profiles. In particular, the slurm profile is a target.

Describe alternatives you've considered N/A

Additional context N/A

holtgrewe commented 2 years ago

Implementation Plan

eudesbarbosa commented 2 years ago

Implement unit test for workflows with none

eudesbarbosa commented 2 years ago

Substitute update_cluster() methods