Skip to content

Commit

Permalink
bugfix: input file names to plot_autocor_diff has changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
polyactis committed Jul 11, 2023
1 parent 3fb5574 commit f9494cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_o/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@ def workflow(self):
#plot the auto_cor diff program
autocorPath =os.path.join(self.output_dir, "auto.tsv")
cmd = f"{os.path.join(self.binary_folder, 'plot_autocor_diff.py')} "\
f"-i {os.path.join(self.output_dir, 'GADA.in.tsv')} "\
f"-i {os.path.join(self.output_dir, 'candidate.period.GADA.in.tsv')} "\
f"-o {os.path.join(self.output_dir, 'plot.tre.autocor.png')} "\
f"-s {os.path.join(self.output_dir, 'GADA.out.tsv')} "\
f"-s {os.path.join(self.output_dir, 'candidate.period.GADA.out.tsv')} "\
f"-a {autocorPath}"
plot_autocor_diff_job = self.addTask("plot_autocor_diff", cmd, \
dependencies=infer_job)
Expand Down

0 comments on commit f9494cd

Please sign in to comment.