flatironinstitute / DeepFRI

Deep functional residue identification
BSD 3-Clause "New" or "Revised" License
306 stars 78 forks source link

Can I input a fasta file and a pdb dir at the same time? #47

Open jiaojiaoguan opened 10 months ago

jiaojiaoguan commented 10 months ago

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!