# HG changeset patch # User cpt # Date 1726804331 0 # Node ID 859e18a9814a152e59972e4fd7b5b51c1f3a176b # Parent 05244a021b804ab867dd8b84bbe5adb54b70f789 planemo upload commit 09a88823322bf86d7f05f008f9dabdb60a572d3a diff -r 05244a021b80 -r 859e18a9814a generate-putative-osp.py --- a/generate-putative-osp.py Fri Jan 05 05:56:31 2024 +0000 +++ b/generate-putative-osp.py Fri Sep 20 03:52:11 2024 +0000 @@ -1,13 +1,8 @@ #!/usr/bin/env python import argparse from cpt import OrfFinder -from Bio import SeqIO -from Bio import Seq -from CPT_GFFParser import gffParse, gffWrite from spaninFuncs import * import re -import os -import sys ### Requirement Inputs #### INPUT : Genomic FASTA diff -r 05244a021b80 -r 859e18a9814a generate-putative-osp.xml --- a/generate-putative-osp.xml Fri Jan 05 05:56:31 2024 +0000 +++ b/generate-putative-osp.xml Fri Sep 20 03:52:11 2024 +0000 @@ -2,10 +2,12 @@ constructs a putative list of potential o-spanin from an input genomic FASTA macros.xml - - - + + python + biopython + regex +