Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions functions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

from .pyrosetta_utils import *
from .colabdesign_utils import *
from .biopython_utils import *
from .biotite_utils import *
from .generic_utils import *

# suppress warnings
#os.environ["SLURM_STEP_NODELIST"] = os.environ["SLURM_NODELIST"]
warnings.simplefilter(action='ignore', category=FutureWarning)
warnings.simplefilter(action='ignore', category=DeprecationWarning)
warnings.simplefilter(action='ignore', category=BiopythonWarning)
236 changes: 0 additions & 236 deletions functions/biopython_utils.py

This file was deleted.

Loading