We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4be8b commit b0425cdCopy full SHA for b0425cd
1 file changed
colabfold/inputs.py
@@ -28,15 +28,14 @@
28
from colabfold.alphafold.msa import make_fixed_size, make_fixed_size_multimer
29
from colabfold.utils import (
30
DEFAULT_API_SERVER,
31
- NO_GPU_FOUND,
32
- CIF_REVISION_DATE,
33
- CFMMCIFIO,
34
-)
+ NO_GPU_FOUND)
35
from colabfold.parse import (
36
parse_fasta, get_queries,
37
get_queries_pairwise,
38
unserialize_msa, unpack_a3ms,
39
- convert_pdb_to_mmcif, mk_hhsearch_db
+ convert_pdb_to_mmcif, mk_hhsearch_db,
+ CIF_REVISION_DATE,
+ CFMMCIFIO
40
)
41
42
###############################
0 commit comments