Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd results from MAN 3 Branched Glycan #227

Closed
fabgonzal opened this issue Dec 9, 2024 · 2 comments
Closed

Odd results from MAN 3 Branched Glycan #227

fabgonzal opened this issue Dec 9, 2024 · 2 comments

Comments

@fabgonzal
Copy link

fabgonzal commented Dec 9, 2024

Hello, I have had some trouble getting reasonable topologies for branched glycans. For example running with the following fasta and constraints does not produce the correct branching NAG -> NAG -> BMA[branch point] Am I inputting the glycan incorrectly?

FASTA
>protein|motif
GGGNGSGGG
>glycan|Man3
NAG(1-4 NAG(1-4 BMA(1-3 MAN)(1-6 MAN)))

CONSTRAINT
restraint_id,chainA,res_idxA,chainB,res_idxB,connection_type,confidence,min_distance_angstrom,max_distance_angstrom,comment
man3,A,N4@ND2,B,@c1,covalent,1.0,0.0,0.0,toy

@wukevin
Copy link
Contributor

wukevin commented Dec 9, 2024

I reformatted your fasta input to reverse the bond ordering as such:

>protein|motif
GGGNGSGGG
>glycan|Man3
NAG(4-1 NAG(4-1 BMA(3-1 MAN)(6-1 MAN)))

and on this branch #234, I'm getting the following structure:

image

Is this closer to what you are expecting?

@fabgonzal
Copy link
Author

Looks good! I see now that the specified bonds are from the previous sugar to the subsequent sugar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants