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

step2- Debugging #10

Open
dlemas opened this issue Oct 28, 2022 · 0 comments
Open

step2- Debugging #10

dlemas opened this issue Oct 28, 2022 · 0 comments
Assignees

Comments

@dlemas
Copy link

dlemas commented Oct 28, 2022

Our goal is to debug step2 (https://github.com/lemaslab/CAMP/blob/master/data_prepare/step2_pepBDB_pep_bindingsites.py).

Step 1: According to the "PDB ID-Peptide Chain-Protein Chain" obtained in "step1_pdb_process.py" , retrieve the interacting information with following fields:

Input File: pdb_pairs

  • do we need to subset or modify the file or can we use the step1 output?
  • @AnthonyYao7

("Peptide ID","Interacting peptide residues","Peptide sequence","Interacting receptor residues","Receptor sequence(s)") a

nd downloading the corresponding "peptide.pdb" files (please put under

Directory: data_prepare/step2/pepbdb-2020/pepbdb/$pdb_id$/peptide.pdb

  • please create the following directory structure. modify gitignore and send us the zip file via UF file transfer.
  • @evanhadam

Step 2: To map the peptide sequences from PepBDB to the peptide sequences from the peptide sequences from the RCSB PDB() generated in "step1_pdb_process.py").

Generate query (PepBDB version) sequence file called "query_peptide.fasta" & target (RSCB PDB) fasta sequence files called "target_peptide.fasta" for peptides

We use scripts under ./smith-waterman-src/ to align two versions of peptide sequences. The output is "alignment_result.txt"

#python query_mapping.py #to get peptide sequence vectors (the output is "peptide-mapping.txt ")
#python target_mapping.py #to get target sequence vector

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

3 participants