jpcorb20 commited on
Commit
d50a24b
·
verified ·
1 Parent(s): 32246fa

Update SIMORD.py

Browse files
Files changed (1) hide show
  1. SIMORD.py +1 -1
SIMORD.py CHANGED
@@ -135,7 +135,7 @@ def _build_primock_transcript_dict(primock_path):
135
  print(f"Script {script_path} does not exist. Skipping Primock data.")
136
  return
137
  transcript_path = os.path.join(primock_path, "primock57-main", "transcripts")
138
- primock_transcript_path = os.path.join(TMP_DIR, "primock_transcript")
139
  os.system(f"python {script_path} --transcript_path {transcript_path} --output_path {primock_transcript_path}")
140
  print(f"Primock data saved to {primock_transcript_path}")
141
 
 
135
  print(f"Script {script_path} does not exist. Skipping Primock data.")
136
  return
137
  transcript_path = os.path.join(primock_path, "primock57-main", "transcripts")
138
+ primock_transcript_path = os.path.join(primock_path, "primock_transcript")
139
  os.system(f"python {script_path} --transcript_path {transcript_path} --output_path {primock_transcript_path}")
140
  print(f"Primock data saved to {primock_transcript_path}")
141