Closed npbhavya closed 8 months ago
This should be an easy fix @npbhavya thanks for raising it.
I think the cause is a Snakemake reason - it will make the output files/directories at the start of a rule so you always need -f
.
George
@npbhavya I've pushed a fix to the dev branch if you want to give it a go. Once it passes I will merge and release
I am running the command,
hybracter install -o temp -d hybracterDB
But -f option is only within plassembler, so adding -f to the above hybracter command is not being translated. So just adding -f option to the plassembler download rule would fix this.
I am not sure why the directory "hybracterDB" already exists since its the first time I am defining that directory