Tim Booth
Tim Booth
Hi, FWIW, I seem to have made `duc index` hang by inspecting a directory containing 8.1 million files. On the other hand, now I realised that this directory exists on...
Consider using this to format your manpage: https://github.com/rtomayko/ronn I used to use POD2MAN but switched to this. Very close to markdown syntax and works nicely. In the package: `Build-Depends: ruby-ronn`...
Shouldn't this work around it? I'm confused? ``` tbooth@balisaur[tbooth] env SHELL=/bin/bash oswitch avilella/qiime exec: "zsh": executable file not found in $PATHFATA[0000] Error response from daemon: Cannot start container 852b2eddfde0af772d46b76e213e24fac47f90386f6ce5ebc2e55e6ac26794e6: exec:...
Hi @ncw I believe I am seeing the same bug, and I'm keen to help you fix it. We run CrushFTP and have been relying on the *mirror* command of...
Thanks, Nick. I have sent the details. I put the issue number 7022 in the mail title.
In that case, @kk7ds, these may be different bugs after all. CrushFTP10 is a Java application so as far as I'm aware all the TLS stuff is handled by Java....
> It would be interesting if you could see if rclone gives this problem if you aren't using TLS. That may not be possible, but it would at least narrow...
> Any chance you could re-test with `--fs-cache-expire-duration 0` and see if the behavior changes? Since my last comment I got the following advice from CrushFTP support: > ...using ftp/ftpes,...
I've just discovered the same bug after 2 hours of head scratching. I was having trouble running snakemake and I tracked the problem down to this module. Here's the simplest...
When the input file is missing but the intermediate file is there Snakemake just assumes that the intermediate file *is* the original input file (since it doesn't know any better),...