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

Adding package versions to outputs from evaluation and (potentially) inference #20

Open
adamklie opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@adamklie
Copy link
Collaborator

Display all the package versions used for inference and evaluation on a tab of the dashboard. Is this something that snakemake can easily do (or already does)?

Would just be a file output to the evaluations directory like versions.yaml or something. Here is an example I made up for the iPSC data:

inference_software_versions:
  cnmf: 0.0.q
  numpy: 1.20.2
  pandas: 1.2.4
evaluation_software_versions:
  gene_program_evaluation: 0.0.1
  mudata: 0.0.1
  joblib: 1.0.1
  scipy: 1.6.2
  numpy: 1.20.2
  pandas: 1.2.4
  scikit-learn: 0.24.2
  scikit-posthocs: 0.6.6
  seaborn: 0.11.1
  gseapy: 0.10.1
  pymemesuite: 0.0.1
  google-cloud-bigquery: 2.26.0

But we can pretty much do anything as long as it's consistent and makes sense.

@adamklie adamklie added the enhancement New feature or request label Aug 21, 2024
@adamklie adamklie added this to the 2024 Gene Program Jamboree milestone Sep 10, 2024
@adamklie adamklie self-assigned this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant