Mercurial > repos > cpt > cpt_putative_isp
comparison generate-putative-isp.py @ 4:bc16792ecfd2 draft
planemo upload commit ad5355b899dc8f8300c206522e2a65d49809fb73
author | cpt |
---|---|
date | Wed, 18 Sep 2024 04:25:38 +0000 |
parents | 08499fbf8697 |
children |
comparison
equal
deleted
inserted
replaced
3:08499fbf8697 | 4:bc16792ecfd2 |
---|---|
3 ##### findSpanin.pl --> findSpanin.py | 3 ##### findSpanin.pl --> findSpanin.py |
4 ######### Incooperated from the findSpanin.pl script, but better and more snakey. | 4 ######### Incooperated from the findSpanin.pl script, but better and more snakey. |
5 | 5 |
6 import argparse | 6 import argparse |
7 from cpt import OrfFinder | 7 from cpt import OrfFinder |
8 import re | 8 import regex as re |
9 from spaninFuncs import * | 9 from spaninFuncs import * |
10 | 10 |
11 | 11 |
12 if __name__ == "__main__": | 12 if __name__ == "__main__": |
13 | 13 |