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

The API add Unexpected "S" in sequence #64

Open
Masterchiefm opened this issue May 28, 2024 · 1 comment
Open

The API add Unexpected "S" in sequence #64

Masterchiefm opened this issue May 28, 2024 · 1 comment

Comments

@Masterchiefm
Copy link

Hello, I'm using the local API to optimize protein sequence.

While I was optimizing seqence "RSVGSVY", the output is "CGCTCCGTCGGCTCCAGCGTCTACTGA", which amino acid is "RSVGSSVY*". It seems the local server change the "GSV" to "GSSV".

Can you fix it?

The code I use:

import optipyzer
api = optipyzer.API(local=1)
dna = api.optimize(
        seq = 'RSVGSVY',
        seq_type='protein',
        weights={"human": 2, "mouse": 1})
seq = dna['optimized_sd']
print(f"{seq},len={len(seq)}")
@nleroy917
Copy link
Owner

Hello! This might be a similar issue to #57 I'll need to look into this for a sec...

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