tseemann / prokka

:zap: :aquarius: Rapid prokaryotic genome annotation
843 stars 226 forks source link

Can I turn off CRISPR prediction? #518

Closed ilnamkang closed 4 years ago

ilnamkang commented 4 years ago

Hi,

Sometimes I'd like to use Prokka without CRISPR prediction.

Are there any command line options to turn off CRISPR prediction?

Thanks.

tseemann commented 4 years ago

There is currently no way to disable CRISPR detection.

Perhaps just filter out the CRISPR lines from the .gff output using grep -v ?

ilnamkang commented 4 years ago

Thank you for a reply.