chrisquince / STRONG

Strain Resolution ON Graphs
MIT License
44 stars 9 forks source link

Rule split_fasta fails if not enough input data to split #91

Closed KimSummers closed 4 years ago

KimSummers commented 4 years ago

Currently split_fasta tries to split assembly.faa into 100 chunks, if there is not enough material it does not create file 99 and the snakemake fails, because it expects this file.

Sebastien-Raguideau commented 4 years ago

Fixed in branch Results_Todo#89