PacificBiosciences / pb-human-wgs-workflow-snakemake

Workflow for the comprehensive detection and prioritization of variants in human genomes with PacBio HiFi reads
BSD 3-Clause Clear License
38 stars 20 forks source link

Pin tabulate to fix recent snakemake+conda issues #146

Closed williamrowell closed 1 year ago

williamrowell commented 1 year ago

Recent tabulate version breaks older versions of snakemake. Pin tabulate to 0.8.10 to temporarily solve this while we work on a longer term solution that doesn't require pinning snakemake to v6.

Closes #138