Michael Jahn
Michael Jahn
I have the same issue with a [package](https://github.com/m-jahn/WeightedTreemaps) of mine containing compiled code and testing with clang + ASAN/UBSAN.
Thanks for your feedback David! All good points. Regarding this: > More structure here would definitely be helpful. But requiring users not to use the highest level is probably a...
A [PR](https://github.com/snakemake-workflows/snakemake-workflow-template/pull/13) is open and addresses some of these ideas.
If your workflow does not produce the desired output file, it should fail. The waiting time for outputs to be created is usually 5 seconds, controlled by the `--latency-wait` param....
Dear Robert, I'm not sure I fully understand your setup. Won't the tests fail as desired with your `exit 1` statement? Why would you need a change to the github...
Dear Robert, thanks for clarification! I see now what you mean, you *want* a particular test case to fail. However I think this is a very specific case, I'm not...
Hi Johannes, indeed a strange case. I checked this repo with a local test run and it does get listed as "standardized". At its previous version (the one that is...
@bentyeh I wrote before: > However, on the next update or release of the repo it should be included as standardized. There does not seem anything wrong with it. So...
- try using absolute paths for the kmer db and ncbi metadata input - possibly similar to issue #187