We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to run docking on my own PDB files. What I don't understand is how to include the pdb of the antigen.
pdb
python process_data.py ${pdb_file} ${heavy_chain_id} ${antigen_chain_id}
Is the ${pdb_file} meant to be for the antibody, the antigen, or both?
${pdb_file}
How could I do it with one file called antigen.pdb and another called antibody.pdb?
antigen.pdb
antibody.pdb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to run docking on my own PDB files. What I don't understand is how to include the
pdb
of the antigen.python process_data.py ${pdb_file} ${heavy_chain_id} ${antigen_chain_id}
Is the
${pdb_file}
meant to be for the antibody, the antigen, or both?How could I do it with one file called
antigen.pdb
and another calledantibody.pdb
?The text was updated successfully, but these errors were encountered: