-
Notifications
You must be signed in to change notification settings - Fork 0
Sfd5311/spatialdata output #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…progress integration of same outputs into main SPRM code
tCeZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks go to me other than that one check for write_2_csv
| header = ["Scaling Factor"] | ||
| for i in range(1, 201): | ||
| header.append(i) | ||
| write_2_csv(header, pts, filename + "-normalized_cell_outlines", output_dir, cellidx, options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are changing write_2_csv to return a dataframe we will need to point it to a var when calling.
No description provided.