Judith Neukamm
Judith Neukamm
Thanks for this input. I'll have a look on it and will consider this option in a future version!
Hello! It looks like the JavaFX is missing. Have to tried to install it alongside Java? If you are using Ubuntu, you can easily use this command for installing: `sudo...
Thanks for your comment. The ValidationStringency is set to LENIENT by default which emits warnings but keeps the run going if possible. Did you get a wrong output or did...
I did a small test file, and changing the ValidationStringency to 'SILENT' does not solve the problem, unfortunately. I will try to solve this until the next release.
Unfortunately, I couldn't solve this problem. It's not influenced by the ValidationStringency parameter, and there doesn't seem to be an option to set a user-defined regex pattern. It might be...
Hi Lucas, sorry for the late reply. Actually, that's the way I usually solve this issue ;) However, you can try to increase the general JVM heap space used for...
Hi @lczech could this solve your problem?
The most time-consuming part is processing the reads, which could be reduced by multi-threaded processing. However, this won't be implemented in version 1.0, but could definitely part of later versions.