Please Help, I am still learning and need advising
python .\scripts\run_inference.py inference.output_prefix=example_outputs/design_01 inference.input_pdb=C:\Users\myuser\RFdiffusion\examples\input_pdbs\design_01.pdb "contigmap.contigs=[A1-6\16-16\A23-32\12-12\A45-48\12-12\A61-601]" inference.num_designs=10
Hello, the above is a backbone I am trying to recreate, to make the n-terminal more hydrophobic. I want to keep certain motifs, and then add a certain amount of random sampling but with the exact number of residues (i.e. the 16-16) in between the motifs and conserved area. However, I keep getting this error:
ValueError: invalid literal for int() with base 10: '6\16'
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
I am unsure if I am inputting the command wrong, or if I should include the inpaint command also? Can someone please guide me on this, I would appreciate it so much.
The slashes which separate the contig specifications are forward slashes (/) not backslashes (\).
Thank you for your reply. I am using a windows computer, so I have been trying to convert everything and learn. I only switched to forward slashes in the contig box and that worked! Thank you so much.