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

fix pygor3.generate for TRA #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

gszep
Copy link

@gszep gszep commented Jan 19, 2023

without these files the following raises an error because anchor_index cannot be found for VJ genes

import pygor3 as p3
model = p3.get_default_IgorModel("human", "TRA")
p3.generate(Nseqs=10, mdl=model)

@gszep
Copy link
Author

gszep commented Jan 19, 2023

the resultant CDR3 aino acid sequences from

igor -set_wd dir -species human -chain TRA -generate 10 --CDR3 --noerr

are incorrect. They do not start with a C or end in an F and are way too long

@dana98moreno
Copy link

dana98moreno commented Apr 14, 2023

the resultant CDR3 aino acid sequences from

igor -set_wd dir -species human -chain TRA -generate 10 --CDR3 --noerr

are incorrect. They do not start with a C or end in an F and are way too long

Hello @gszep,
Yes I also noticed the same problem in my results when I run:

igor -set_wd $WDPATH -batch alpha_10000000_CDR3 -species human -chain alpha -generate 10000000 --CDR3

@alfaceor Do you have any suggestions on how we can solve this issue ? The CDR3 sequences of the beta chain seem to be correct so this is a problem only on the alpha chain apparently.

@gszep
Copy link
Author

gszep commented Apr 18, 2023

@dana98moreno I ended up using Olga instead :) much easier to use

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

Successfully merging this pull request may close these issues.

2 participants