KatyBrown / CIAlign

MIT License
117 stars 9 forks source link

removed dictionary requirement #2

Closed KatyBrown closed 5 years ago

KatyBrown commented 5 years ago

Removed the use of a dictionary to store sequence names and sequences - now uses a list of names (in the input order) and a numpy array only.