I recently added some Illumina reads for polishing to my Nanopore assembly, and ended up with an empty InputFunctionException when I tried to run it. Weirdly, though, a single job would still kick off and end up producing an output in the directory with the initial reads.
Commenting out the reads kraken line in finish rule fixed the problem.
|
reads_kraken=enumerate_reads(suffix=".k2kc"), |
Haven't sorted this out yet, but will give it some attention and submit a PR if I can find a fix.
I recently added some Illumina reads for polishing to my Nanopore assembly, and ended up with an empty
InputFunctionExceptionwhen I tried to run it. Weirdly, though, a single job would still kick off and end up producing an output in the directory with the initial reads.Commenting out the reads kraken line in
finishrule fixed the problem.reticulatus/Snakefile-base
Line 326 in 2b4bf40
Haven't sorted this out yet, but will give it some attention and submit a PR if I can find a fix.