diff DPOGALAXY.py @ 38:9558da071ec9 draft

Uploaded
author jose_duarte
date Thu, 31 Aug 2023 14:30:31 +0000
parents a662eb3f87c2
children 1a450881f456
line wrap: on
line diff
--- a/DPOGALAXY.py	Thu Aug 31 14:21:01 2023 +0000
+++ b/DPOGALAXY.py	Thu Aug 31 14:30:31 2023 +0000
@@ -148,10 +148,7 @@
     __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
 
     model = 'svm1495'
-    fasta_file = sys.argv[2]
-
-    #model = "C:/Users/biosy/Desktop/phageDPO/DPO/svm1495"
-    #fasta_file = "C:/Users/biosy/Downloads/bacillus.fasta"
+    fasta_file = sys.argv[1]
 
     PDPO = PDPOPrediction(__location__, model, fasta_file)
     PDPO.Datastructure()