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

Update summary.py to include parameter combinations #194

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

Conversation

cgsze
Copy link

@cgsze cgsze commented Nov 11, 2024

No description provided.

# algorithm parameters have format { algo : { hashcode : { parameter combos } } }

filepath = nw_name.split("/")
filename = filepath[1].split("-")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this work for outputs stored in subfolders within the main output folder?

example output/example/data#-algo-params-hashcode/pathway.txt"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can get the list of algorithm-params-hashcode from algorithms_with_params in the Snakefile and then pass it to the function so you don't have to extract it

@agitter
Copy link
Collaborator

agitter commented Nov 18, 2024

For the test cases, we discussed dropping the toy summarization example because it does not have corresponding algorithm-parameter combinations that generated those graphs. We will summarize only the example data and EGFR data that correspond to actual SPRAS runs.

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.

3 participants