Katelyn
Katelyn
It would be useful to have a function to exclude sequences from a file. Basically it would be the exact opposite of `subseq`. ``` seqtk remove in.fq name.lst > out.fq...
With the RENAME function you replace the sequence id with an incrementing integer (and optional prefix). It would be nice to be able to just append the incrementing integer to...
It would be nice to have seqtk to be able to process quality files. Quality files are in the same format as FASTA files, except they have a space separating...
For the blast_tab format, diamond is printing out all stitles rather than only the first when using the _stitle_ flag. ``` $ blastx -query seq2.fna -db nr -outfmt '6 qseqid...
Currently the 'stitle' option for blast tab output is also including the subject id. For proper output, the subject id should be trimmed off subject_name ``` $ blastx -query seq1.fna...
Just installed Artemis 18.0.3 on OSX 10.15.7 with the Java 15.0.2 and get the "This application requires that Java 9 or later be installed". Java was installed via brew. (I...
Hi, I was wondering if it possible to fix the way the frames are ordered in each respective window; so that the reverse frames are either mirrored or in the...
Thank you for providing feedback on Python packaging! To help us help you, please fill out as much of the following as you can. If a question is not relevant,...
I am trying to get the special shape 201f to work, which is a 90 degree rotated 2 circle plot, but it seems to not work (I think it is...
I am running a distributed tuning using the chief/tuner# method. I am tuning on 8x NVIDIA A100s and 8x Tesla V100s and 2x RTX8000s. One epoch takes about an hour,...