I installed localcolabfold and copied HighFold git repo into my localcolabfold.
So that my localcolabfold git repo looks as

Then I ran
input_fasta="/people/kimd999/script/python/predict_structure/protein_only/HighFold/input.fasta"
colabfold_batch --model-type alphafold2 $input_fasta path_output
where my input.fasta looks
(here 'X' means any AA of mine. My input sequence has only 1 cysteine. Therefore, I don't expect internal S-S bond)
However, all 5 predicted peptide structures are linear (i.e., not expected cyclic peptide).
I wonder whether I run HighFold correctly.
Or I ran HighFold well, just my input AA sequence is indeed predicted to be linear according to HighFold.
I installed localcolabfold and copied HighFold git repo into my localcolabfold.
So that my localcolabfold git repo looks as

Then I ran
where my input.fasta looks
(here 'X' means any AA of mine. My input sequence has only 1 cysteine. Therefore, I don't expect internal S-S bond)
However, all 5 predicted peptide structures are linear (i.e., not expected cyclic peptide).
I wonder whether I run HighFold correctly.
Or I ran HighFold well, just my input AA sequence is indeed predicted to be linear according to HighFold.