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

Need Your Kind Guidance #1

Closed
SyedKumailHussainNaqvi opened this issue Jul 3, 2023 · 1 comment
Closed

Need Your Kind Guidance #1

SyedKumailHussainNaqvi opened this issue Jul 3, 2023 · 1 comment

Comments

@SyedKumailHussainNaqvi
Copy link

Hi @lbwfff ,
I came across your question on the CAMP GitHub page regarding so I am seeking your assistance in this matter. I hope that you are able to provide the help I need in this regard.
I am currently experiencing a challenge with the target-mapping stage. Specifically, after generating an alignment_result file using the An SIMD Smith-Waterman C/C++ method, I encountered an error when attempting to pass this file to the target-mapping step.

108 target[name]=seq
109 return target
--> 110 peptide_resolution_dict=get_result_dict()
111 pdb_uniprot_map=get_pdb_to_uniprot_map(peptide_resolution_dict)
112 query_residues=get_query_residue()

Input In [47], in get_result_dict()
16 seq_target, seq_query, align = '', '', ''
17 else:
---> 18 seq_target += line.split('\t')[1]
19 #print('seq_target',seq_target)
20 elif i%4 == 1:

IndexError: list index out of range

Kindly Help and guide me in this regards.
alignment_result.txt

@lbwfff
Copy link
Owner

lbwfff commented Jul 4, 2023

I tried using CAMP over a year ago, but have unfortunately not reproduced the results, sorry for not being able to offer valid advice.

@lbwfff lbwfff closed this as completed Jul 4, 2023
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