Open jelber2 opened 2 months ago
Thanks for trying it out @jelber2 and for the kind feedback!
strange, the dna.compl.fa.au file is missing, and I cannot seem to recreate it. Am I missing something? Am I doing something wrong?
And, yes, I've noticed this as well.
The issue is that when the accompanying output file already exists, the command will not be run, and so the audit file will not be re-created either.
I'm not sure what is the best approach here.
I think in a way it make sense that it is not re-created, as the audit file should only be created when a command is actually executed. Otherwise it would not tell the truth regarding execution timestamp etc.
One option perhaps is that execution would only be skipped if both the output file and its .au file existed, meaning that it would re-create the output file if the .au file is missing. How does that sound to you?
One option perhaps is that execution would only be skipped if both the output file and its .au file existed, meaning that it would re-create the output file if the .au file is missing. How does that sound to you?
That sounds fine to me.
But does that mean all I have to do is remove the output file and it will then recreate the .au? EDIT, I have confirmed this to be the true...
Hi, This is a super cool tool that I think would be very useful for many use cases. I just starting playing around with the
sci shell
withscicommander-0.4.0-linux-amd64.tar.gz
.whoops, I made a mistake, so I will delete the .au file for dna.compl.fa
ok, now try to fix the dna.compl.fa file command
strange, the
dna.compl.fa.au
file is missing, and I cannot seem to recreate it. Am I missing something? Am I doing something wrong?