wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

Don't give a direction to CRISPR arrays #169

Closed jimrybarski closed 3 years ago

jimrybarski commented 3 years ago

Due to some changes I had to make to implement as_str() for Operons, CRISPR arrays now have their strand property defined. When plotting, this gives them a directional arrow, which is undesirable since piler-cr's assignment of direction is probably arbitrary. This commit ensures arrays no longer have strand defined.