diff cpt.py @ 4:bc16792ecfd2 draft

planemo upload commit ad5355b899dc8f8300c206522e2a65d49809fb73
author cpt
date Wed, 18 Sep 2024 04:25:38 +0000
parents 08499fbf8697
children
line wrap: on
line diff
--- a/cpt.py	Wed Sep 18 04:02:06 2024 +0000
+++ b/cpt.py	Wed Sep 18 04:25:38 2024 +0000
@@ -4,7 +4,7 @@
 from Bio import SeqIO
 from Bio.Data import CodonTable
 import logging
-import re
+import regex as re
 
 logging.basicConfig()
 log = logging.getLogger()