We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1f813 commit ef84921Copy full SHA for ef84921
scripts/add_ref_mat.py
@@ -21,9 +21,7 @@
21
REQUESTS_TIMEOUT = 60
22
SLEEP_BETWEEN = 0.34
23
24
-ROOT_PATHOGENS_DIR = os.path.normpath(
25
- os.path.join(os.path.dirname(__file__), "../data", "pathogens_for_wepp")
26
-)
+ROOT_PATHOGENS_DIR = os.path.join(os.getcwd(), "data", "pathogens_for_wepp")
27
28
NCBI_BASE = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils"
29
@@ -499,7 +497,7 @@ def main():
499
497
"At least one pathogen with a MAT is required for the pipeline to run.\n\n"
500
498
)
501
else:
502
- print("\n[INFO] Setup complete. Pathogen data is ready.")
+ print("\n[INFO] Setup complete. Pathogen data is ready.\n\n")
503
504
505
if __name__ == "__main__":
0 commit comments