Skip to content
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

Added support for multiple samples in raw/ #540

Merged
merged 4 commits into from
Feb 25, 2024

Conversation

ArtemSokolov
Copy link
Collaborator

If multiple images share the same markers and parameter settings, they can now be placed as subdirectories of raw/. In other words, instead of structuring the data as multiple projects:

image1/
  markers.csv
  params.yml
  raw/
    tile1.rcpnl
    tile2.rcpnl

image2/
  markers.csv
  params.yml
  raw/
    tile1.rcpnl
    tile2.rcpnl

they can be consolidated under the same project folder:

myproject/
  markers.csv
  params.yml
  raw/
    image1/
      tile1.rcpnl
      tile2.rcpnl
    image2/
      tile1.rcpnl
      tile2.rcpnl

@ArtemSokolov ArtemSokolov merged commit 7407281 into labsyspharm:master Feb 25, 2024
11 checks passed
@ArtemSokolov ArtemSokolov deleted the multisample branch February 25, 2024 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant