DaehwanKimLab / hisat2

Graph-based alignment (Hierarchical Graph FM index)
GNU General Public License v3.0
464 stars 113 forks source link

Fix imp DeprecationWarning in hisat2-inspect #281

Closed chilampoon closed 3 years ago

chilampoon commented 3 years ago

To fix this deprecation warning:

/home/tools/hisat2-2.2.1/hisat2-inspect:24: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
parkchanhee commented 3 years ago

Thanks!!