This method is ideal for users who prefer an easy-to-use web interface without needing to install or configure software locally.
Choose between "Nb/mAb heavy chain" or "TCR VB" based on your sequence.
After configuring your options, submit the form to initiate modeling by selecting the.
This method is ideal for users who want a quick and cloud-based execution without installing dependencies locally.
This method is ideal for users who want full control over the modeling process and the ability to integrate NanoNet into their local workflows or pipelines. Also ideal for users who need to model many sequences.
git clone https://github.com/dina-lab3D/NanoNet
python NanoNet.py <fasta_file_path>
This command generates a PDB file containing backbone + Cβ atoms named <record_name>_nanonet_backbone_cb.pdb
for each sequence in the FASTA file.
Additional options:
-s : write all the models into a single PDB file, separated with MODEL and ENDMDL (reduces running time when predicting many structures), default is False.
-o <output directory>: path to a directory to put the generated models in, default is './NanoNetResults'
-m : run side chains reconstruction using modeller, default is False. Output it to a pdb file named '<record name>_nanonet_full_relaxed.pdb'
-c <path to Scwrl4 executable>: run side chains reconstruction using scwrl, default is False. Output it to a pdb file named '<record name>_nanonet_full.pdb'
-t : use this parameter for TCR V-beta modeling, default is False
Source code: Available at GitHub
Citation: If you use NanoNet please cite: T Cohen, M Halfon, D Schneidman-Duhovny. NanoNet: Rapid and accurate end-to-end nanobody modeling by deep learning. Frontiers in immunology 13, 958584
Contact: tomer dot cohen13 {at} mail dot huji dot ac dot il
Acknowledgement: We are grateful for the support of the Center for Interdisciplinary Data Science Research (CIDR) at The Hebrew University of Jerusalem. In particular, we would like to thank Haimasree Bhattacharya from CIDR for her contributions.