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

Rework PRP inputs and add upload #109

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

mhkc
Copy link
Collaborator

@mhkc mhkc commented Jan 13, 2025

This PR makes some major revision to PRP.

  1. It replaces the create-bonsai-input command with parse.
  2. Uses a config file with paths to all relevant files as input instead of the old json blob.
  3. It adds a command to upload samples to bonsai.

@mhkc mhkc linked an issue Jan 13, 2025 that may be closed by this pull request
@ryanjameskennedy
Copy link
Collaborator

So we are removing rerun_bonsai_input()? We should also remove create_cdm_input() becasue it is not processing results, it's calculating qc information.

@mhkc mhkc force-pushed the 95-use-config-with-file-paths-as-input branch from 24fc788 to 0aad7c3 Compare January 14, 2025 15:00
@mhkc mhkc requested a review from ryanjameskennedy January 14, 2025 15:04
@mhkc
Copy link
Collaborator Author

mhkc commented Jan 14, 2025

So we are removing rerun_bonsai_input()? We should also remove create_cdm_input() becasue it is not processing results, it's calculating qc information.

It has been renamed and reworked to be more clear and easier to read. The create_cdm_input has been renamed to cdm and tweaked to take the sample config as input.

I think we should keep cdm in PRP. Its one of those vital things for processing the JASEN output.

@mhkc mhkc force-pushed the 95-use-config-with-file-paths-as-input branch from 60e00cb to 99e2a72 Compare January 14, 2025 15:18
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.

Use config with file paths as input
2 participants