mdsufz / PredicTF

GNU General Public License v3.0
4 stars 2 forks source link

AttributeError: 'module' object has no attribute 'path' #3

Open Miooooooo opened 2 months ago

Miooooooo commented 2 months ago

Hello, Thank you for your the job. I `m currently using this trained model to predict UHGG database sequences. During installation, I couldn`t find the file options.py, so I missed this step.When I ran the predictf_in_genome.sh, I got the error AttributeError: 'module' object has no attribute 'path'. Could you please describe more detail about how to get the options.py file ?

the step I missed in your tutorial: Go to the directory where the program was saved and open the file options.py Replace path = '/deeparg-ss/'; with the current directory (deepARG path). For instance, deepARG was cloned at /home/user/deeparg-largerepo/ The options.py file should looks like path = '/home/user/deeparg-largerepo/';

I'm looking forward to hearing from you.