Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Warn users that Bio.Motif.TRANSFAC is experimental
  • Loading branch information
Michiel de Hoon authored and Michiel de Hoon committed Nov 23, 2012
1 parent 98629c7 commit 78fdd11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Bio/Motif/TRANSFAC.py
Expand Up @@ -6,6 +6,11 @@
"""Parsing TRANSFAC files
"""

import warnings
from Bio import BiopythonExperimentalWarning

warnings.warn("Bio.Motif.TRANSFAC is experimental code. While it is usable, the code is subject to change without warning")

import string
from Bio.Motif import Motif as BaseMotif

Expand Down

0 comments on commit 78fdd11

Please sign in to comment.