Closed weir12 closed 5 years ago
Hi I have figured out the cause of the problem and solved it. The following rule should be executed as the first rule before all other rules.This solution is at least effective for me. https://github.com/nanoporetech/pipeline-transcriptome-de/blob/fc6d6c4f1d005cd3c406ee1912314e468a4b60e6/Snakefile#L151-L159
Hi When I run snakemake, the program terminates after completing the first step, but no errors are raised.
Then I try to manually run the second step (
snakemake -j 8 -f build_minimap_index
), the minimap index is correctly established without error.