minced icon indicating copy to clipboard operation
minced copied to clipboard

The proportion of the genome of strains containing crispers is too small

Open qianxin-kxy opened this issue 1 year ago • 0 comments

A very useful tool. I used this tool to process the genomes of over 900 strains of Acinetobacter, but only over 50 strains of the genome were found to contain crispers. I feel that the proportion is a bit small, but I don't know where the problem is or is it true?

Here is the code I used

$ for file in /data/users/infile/*.fasta; do minced $file > $file.txt; done

qianxin-kxy avatar Jun 05 '23 08:06 qianxin-kxy