mhoban / rainbow_bridge

GNU General Public License v3.0
5 stars 2 forks source link

Re-running finished pipeline with `--insect` causes blast to run again #120

Closed mhoban closed 1 month ago

mhoban commented 1 month ago

If you re-run a finished pipeline with --insect, for some reason the cached blast result is ignored and blast is run again. This shouldn't happen, since ostensibly insect and blast are separate processes that don't affect one another's inputs.

mhoban commented 1 month ago

Putting this issue in the same branch as #121, as it may be related.