uw-ipd / RoseTTAFold2

MIT License
170 stars 39 forks source link

Specify database location #8

Closed akashbahai closed 1 year ago

akashbahai commented 1 year ago

Hi, Thanks for providing the source code for your method. This is slightly off-topic but I was wondering if was possible to specify the location of databases such as Uniref, bfd or PDB. I am using RosettaFold2NA, Alphafold etc and it's not possible to have all of these downloaded separately for each program.

Qmi3 commented 1 year ago

Hello, i have met the same problem and i define a new variable DATADIR=/path/to/mydatabase,and replace all of the $PIPEDIR ahead of the row of database in the run_RF2NA.sh,and that works

akashbahai commented 1 year ago

@Qmi3 Thanks for the comment. This should work for me.