Skip to content

Commit

Permalink
Update inputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Feb 28, 2023
1 parent ee4be8b commit b0425cd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions colabfold/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@
from colabfold.alphafold.msa import make_fixed_size, make_fixed_size_multimer
from colabfold.utils import (
DEFAULT_API_SERVER,
NO_GPU_FOUND,
CIF_REVISION_DATE,
CFMMCIFIO,
)
NO_GPU_FOUND)
from colabfold.parse import (
parse_fasta, get_queries,
get_queries_pairwise,
unserialize_msa, unpack_a3ms,
convert_pdb_to_mmcif, mk_hhsearch_db
convert_pdb_to_mmcif, mk_hhsearch_db,
CIF_REVISION_DATE,
CFMMCIFIO
)

###############################
Expand Down

0 comments on commit b0425cd

Please sign in to comment.