Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk committed Feb 29, 2024
1 parent d616b97 commit f385ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuc2seg/cli/baysor_preprocess_transcripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
)

else:
df = pandas.read_parquet(args.transcripts_file)
df = pandas.read_parquet(args.transcripts)
y_max = df["y_location"].max()
x_max = df["x_location"].max()

Expand Down

0 comments on commit f385ea8

Please sign in to comment.