Describe the bug hello, I installed the localcolabfold on my windows10/wsl2 following the instructions included into the github and i run the command as fellow:
colabfold_batch --amber --templates --num-recycle 3 fff.fasta outputdir/
and i got the following error:
WARNING: You are welcome to use the default MSA server, however keep in mind that it's a limited shared resource only capable of processing a few thousand MSAs per day. Please submit jobs only from a single IP address. We reserve the right to limit access to the server case-by-case when usage exceeds fair use.
If you require more MSAs, please host your own API and pass it to `--host-url`
2022-04-01 09:54:45,192 Running colabfold 1.2.0 (b532e910b15434f707f0b7460abc25c70fcb9b26)
2022-04-01 09:54:45,195 Found 8 citations for tools or databases
2022-04-01 09:54:53,540 Query 1/1: sp_O15552_FFAR2_HUMAN_Free_fatty_acid_receptor_2_OS_Homo_sapiens_OX_9606_GN_FFAR2_PE_1_SV_1 (length 330)
2022-04-01 09:55:03,288 Sequence 0 found templates: [b'5w0p_C' b'6i9k_A' b'6osa_R' b'5w0p_D' b'2ksb_A' b'6cmo_R' b'6c1q_B'
b'5yhl_A' b'5ywy_A' b'6tod_A' b'6tod_B' b'2z73_A' b'3ayn_B' b'6wwz_R'
b'6ko5_A' b'6c1r_B' b'5dhh_B' b'5unf_A' b'5dhg_B' b'6b73_A']
2022-04-01 09:55:03,557 Running model_3
Traceback (most recent call last):
File "/home/najib/colabfold_batch/colabfold-conda/bin/colabfold_batch", line 8, in <module>
sys.exit(main())
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/colabfold/batch.py", line 1467, in main
save_pair_representations=args.save_pair_representations,
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/colabfold/batch.py", line 1169, in run
prediction_callback=prediction_callback,
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/colabfold/batch.py", line 246, in predict_structure
feature_dict, random_seed=random_seed
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/alphafold/model/model.py", line 135, in process_features
random_seed=random_seed)
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/alphafold/model/features.py", line 94, in np_example_to_features
np_example=np_example, features=feature_names)
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/alphafold/model/tf/proteins_dataset.py", line 165, in np_to_tensor_dict
tensor_dict = parse_reshape_logic(tensor_dict, features_metadata)
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/alphafold/model/tf/proteins_dataset.py", line 104, in parse_reshape_logic
parsed_features[k] = tf.reshape(v, new_shape, name="reshape_%s" % k)
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/tensorflow/python/util/traceback_utils.py", line 153, in error_handler
raise e.with_traceback(filtered_tb) from None
File "/home/najib/colabfold_batch/colabfold-conda/lib/python3.7/site-packages/tensorflow/python/framework/ops.py", line 1939, in _create_c_op
raise ValueError(e.message)
ValueError: Cannot reshape a tensor with 1215380 elements to shape [3628,330,1] (1197240 elements) for '{{node reshape_msa}} = Reshape[T=DT_INT32, Tshape=DT_INT32](Const_6, reshape_msa/shape)' with input shapes: [3628,335], [3] and with input tensors computed as partial shapes: input[1] = [3628,330,1].
Desktop (please complete the following information):
- Windows10 & WSL2
- CUDA version 11.6
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Error Definition & Meaning - Merriam-Webster
a · an act or condition of ignorant or imprudent deviation from a code of behavior ; b · an act involving an...
Read more >error - Wiktionary
(uncountable) The state, quality, or condition of being wrong. · (countable) A mistake; an accidental wrong action or a false statement not made...
Read more >Error | Apple Developer Documentation
A type representing an error value that can be thrown.
Read more >Error Definition & Meaning - Dictionary.com
error · a deviation from accuracy or correctness; a mistake, as in action or speech: His speech contained several factual errors. · belief...
Read more >66 Synonyms & Antonyms for ERROR - Thesaurus.com
Find 66 ways to say ERROR, along with antonyms, related words, and example sentences at Thesaurus.com, the world's most trusted free thesaurus.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes thank you a lot, i removed the previous version and installed the 11.6 and it works fine. thank you a lot.
That’s the cause. The version must be 11.1 or later. Please upgrade it and try again!