Lee Katz

Results 63 issues of Lee Katz

Related to #456: How do I install modules listed in my Makefile.PL? Normally `cpanm -l . --installdeps .` works for me normally but I would like to see the recommended...

https://github.com/lh3/seqtk/issues/47

Does anyone have a nice one liner to get GFF out of abricate output?

Not all files are described when I used `--keepfiles`. Could there be documentation for them, even if it's not in the main documentation? The additional files are the files I...

enhancement

Sorry if this is a nonissue but I _think_ that Shovill requires all assemblers (skesa, spades, megahit) to be loaded in `check_deps`. If all dependencies are not loaded, then it...

enhancement

per this issue, it looks like samclip needs to be followed by `fixmate`. https://github.com/tseemann/samclip/issues/7

bug

Prokka checks for bioperl >= `1.0006002` numerically using this code on line 257. ``` my $minbpver = "1.006002"; # for Bio::SearchIO::hmmer3 my $bpver = $Bio::Root::Version::VERSION; msg("You have BioPerl $bpver"); err("Please...

**Related To** - [ ] Bactopia - [x] Bactopia Tools **Is this related to a problem?** Now that we have core genome MLST (cgMLST) and whole genome MLST (wgMLST) methods...

add-bactopia-tool

Hi guys, I thought that you might like this xargs example and so I suggested a way of running it in your readme. This is actually how I run FastANI...

Would you be willing to accept a Rust example by either myself or @hcdenbakker? Or, if you have the time to make one of your time-efficient functions...?