You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't tested install from src, so this might just be a bioconda issue. I wanted to post in case others run into this.
The help menus exit just fine, but this creates all output files as-expected and even stdout shows "KAT COMP completed." but oddly never exits even after 1+ hour. As a temporary workaround, this solution works: (timeout 1m kat comp --output_prefix kat <( zcat *.fq.gz ) asm.fna; exit 0)
I haven't tested install from src, so this might just be a bioconda issue. I wanted to post in case others run into this.
The help menus exit just fine, but this creates all output files as-expected and even stdout shows "KAT COMP completed." but oddly never exits even after 1+ hour. As a temporary workaround, this solution works:
(timeout 1m kat comp --output_prefix kat <( zcat *.fq.gz ) asm.fna; exit 0)
Here are expected outfiles:
Below is how I installed it in conda:
Here are the pkgs it installed:
The text was updated successfully, but these errors were encountered: