Dan Søndergaard
Dan Søndergaard
Hi there, Some of our users on GenomeDK observed this problem as well when testing our new AlmaLinux 8.6-based setup. That is, the BeeGFS client has been updated and is...
Thanks for reporting this. I'm not sure the Conda recipe is actually the problem here, it may be the `setup.py`. However, I actually cannot reproduce the problem. Running this: ```...
Hey, not sure what the problem is here. Haven't had time to look at it. However, I did build new, binary pip packages that can be installed with: $ pip...
Gwf could check, but it's actually not "easy" since the maximum path/filename length depends on the filesystem. So gwf would have to check for every single path in the workflow....
I'll take a look at this for the next release.
As far as I remember, if a target fails and doesn't produce the intended output files, it will be reported as "shouldrun". If it fails, but produced the files anyway,...
I think that we could do something like this: 1. Add a `--force` flag to `gwf run`. When the flag is given, gwf will not do any checks to see...
It's possible, but sounds like a very niche feature :) You could sounds the (almost) same problem by giving the dependencies to `gwf run` directly, like `gwf run --force '*layer1*'...
Great! I have commented on #416 separately.