SamStudio8 / reticulatus

A snakemake-based pipeline for assembling and polishing long genomes from long nanopore reads
MIT License
68 stars 5 forks source link

Rename `Snakefile-full` to `Snakefile-zymo` and decouple the rules #15

Closed SamStudio8 closed 4 years ago

SamStudio8 commented 4 years ago

The Zymo benchmark is pretty useful to us. The Snakefile-full rule set is a holdover of the work I did for our mock community GigaScience paper. It's likely given all the recent developments to Snakefile-base that the rules won't work together properly anymore. It would be good to bring this back from the dead and take the opportunity to have a fully contained reticulatus self-test in the form of a Zymo pipeline. I'll use this issue as a tracking issue.

SamStudio8 commented 4 years ago

it begins

SamStudio8 commented 4 years ago

Added fastmer!

SamStudio8 commented 4 years ago

The mechanism for downloading references has already been implemented in the new ref.cfg stuff

SamStudio8 commented 4 years ago

Automatically download the static kraken files included in the paper

I don't think this is actually in the scope of reticulatus. Instead, we'll want a way to mock entries into manifest.cfg so the generation of reports is taken care of the right way.

SamStudio8 commented 4 years ago

Opened #37 to track the last feature request. Otherwise the Snakemake-zymo steps emulate the old mock community pipeline (and more!).