Thanks for your excellent work.
I want to know whether I can input a pdb dir and a fasta file at the same time. Because I have some protein sequences and pdbs?
can I use a command like python predict.py --fasta_fn examples/pdb_chains.fasta -ont mf -v --pdb_dir ./examples/pdb_files --saliency? will it use the sequence feature and structure features and make a prediction?
Dear all,
Thanks for your excellent work. I want to know whether I can input a pdb dir and a fasta file at the same time. Because I have some protein sequences and pdbs?
can I use a command like
python predict.py --fasta_fn examples/pdb_chains.fasta -ont mf -v --pdb_dir ./examples/pdb_files --saliency
? will it use the sequence feature and structure features and make a prediction?Thanks!