comparison DPOGALAXY.py @ 40:1a450881f456 draft

Uploaded
author jose_duarte
date Fri, 02 Feb 2024 16:27:56 +0000
parents 9558da071ec9
children
comparison
equal deleted inserted replaced
39:19a57d76f3b3 40:1a450881f456
145 145
146 146
147 if __name__ == '__main__': 147 if __name__ == '__main__':
148 __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) 148 __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
149 149
150 model = 'svm1495' 150 model = 'svm'
151 fasta_file = sys.argv[1] 151 fasta_file = sys.argv[1]
152 152
153 PDPO = PDPOPrediction(__location__, model, fasta_file) 153 PDPO = PDPOPrediction(__location__, model, fasta_file)
154 PDPO.Datastructure() 154 PDPO.Datastructure()
155 PDPO.Prediction() 155 PDPO.Prediction()