Sam Nooij
Sam Nooij
tldr; The gbk2faa.pl script uses a locally installed perl (/usr/bin/perl), which did not work on the machine I use. I modified the command to use the conda-installed perl. --- When...
With large datasets and limited disk capacity, saving intermediate fastq files as raw fastq may take up hundreds of GBs of disk space. Disk usage may be decreaused by using...
I have been trying to get Jovian up and running on a cluster with Open Grid Scheduler, and now DRMAA is giving me this error when trying to submit the...
I just installed CCTyper through conda/mamba and unfortunately it won't run at all. To be precise, I ran the command `mamba env create -f cctyper.yaml` and the contents of `cctyper.yaml`...
I'm running Jaeger on bacterial genomes using GNU parallel with 1 CPU assigned to each Jaeger process. However, `top` indicates that each process may consume more than 30 threads for...