You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that due to .unique() to prevent the watcher from running the same FASTA file multiple times now files with the exact same file name are not processed again.
This is not a major issue bc/ in a real application this should not happen often, but we should be aware of this.
Example: when the workflow is running and a.fasta is copied to the send folder, the genome is processed. Then, when a.fasta is deleted and copied again to send the workflow does not process it again.
The text was updated successfully, but these errors were encountered:
See #2
It seems that due to
.unique()
to prevent the watcher from running the same FASTA file multiple times now files with the exact same file name are not processed again.This is not a major issue bc/ in a real application this should not happen often, but we should be aware of this.
Example: when the workflow is running and
a.fasta
is copied to thesend
folder, the genome is processed. Then, whena.fasta
is deleted and copied again tosend
the workflow does not process it again.The text was updated successfully, but these errors were encountered: