dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
45 stars 6 forks source link

issue with select_by_regexp #18

Closed dputhier closed 6 years ago

dputhier commented 6 years ago

The command uses re.match. It should use re.search. Will be fixed in the next release.

dputhier commented 6 years ago

Fixed in 0.9.7.