v1.2.2
Issues were addressed that were caused by differences from snakemake v4.8 to 5+:
- Genome-Binning-Pipeline: In rule
RunMetabat
the output was changed from2-metabat-bins/{sample}/completed.txt
to2-metabat-bins/{sample}.completed.txt
so that it is no longer contained in the simultaneously created output directory. This eliminated a ChildIOException error. It was tested with snakemake v5.4 and v5.19. - Genome-Binning-Pipeline: Directories that are outputs from a rule are explicitly labeled with the
directory()
syntax to prevent errors in snakemake v5+. Tested with v5.19.
Documentation now explicitly states requirements for snakemake v5+, with 5.19.+ recommended.