-
Notifications
You must be signed in to change notification settings - Fork 4
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
human gdTRC support? #3
Comments
Hi, dchutc Sorry for the late reply. "hs" => Dict(
"TRB"=>Dict(...),
"TRA"=>Dict(...),
"IGH"=>Dict(...),
"TRG"=>Dict(
"CDR3" => Dict(
"vregion" => "",
"jregion" => "",
"cmotif" => "",
"fmotif" => "",
"coffset" => ,
"foffset" => ,
"innerC" => "place_holder",
"innerF" => "place_holder",
),
)
) where
Additionally, 'TRG' should be add to parser.add_argument("--chain", default="TRB", choices=['TRB', 'TRA', 'IGH', 'TRG']) |
Thanks! |
Hi, aqzas, Could you please update the --chain parameters in the next version of CATT tool, so it can handle all TRA, TRB, TRD, TRG for human? That would be much more user-friendly than letting users to edit the source code. Thanks. |
Hi,
Possibly the same as to Dharamendra's question: Is it similarly straightforward to add support for human gamma delta TCRs?
Best regards,
Don
The text was updated successfully, but these errors were encountered: