Update SIMORD.py
Browse files
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(
|
| 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 |
|