bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
145 stars 53 forks source link

Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc #62

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago
lib/bx/seq/twobit.py
4:from collections import Mapping

lib/bx/misc/cdb.py
3:from collections import Mapping

scripts/aggregate_scores_in_intervals.py
19:from collections import Mapping