Skip to content

Commit

Permalink
update path for ncov-tools execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jaleezyy committed Jul 4, 2024
1 parent f2e1834 commit 2d28f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ncov-tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def move(cwd, dest, prefix):
#print("Don't forget to update the config.yaml file as needed prior to running ncov-tools.")
print("Running ncov-tools using %s cores!" %(snakemake.threads))

subprocess.run([run_script, '-c', str(snakemake.threads), '-s', str(result_dir), '-n', os.path.join(exec_dir, 'ncov-tools')])
subprocess.run([run_script, '-c', str(snakemake.threads), '-s', os.path.basename(result_dir), '-n', os.path.join(exec_dir, 'ncov-tools')])

# clean up
shutil.rmtree(data_root)
Expand Down

0 comments on commit 2d28f7c

Please sign in to comment.