Skip to content

How can I see cyclic peptide structure prediction? #2

Description

@kimdn

I installed localcolabfold and copied HighFold git repo into my localcolabfold.

So that my localcolabfold git repo looks as
Screenshot 2024-06-25 at 5 29 04 PM

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

>fasta
XXXXXXXXXX

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions