-
Notifications
You must be signed in to change notification settings - Fork 20
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
base: master
Are you sure you want to change the base?
Conversation
spras/analysis/summary.py
Outdated
# algorithm parameters have format { algo : { hashcode : { parameter combos } } } | ||
|
||
filepath = nw_name.split("/") | ||
filename = filepath[1].split("-") |
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.
Will this work for outputs stored in subfolders within the main output folder?
example output/example/data#-algo-params-hashcode/pathway.txt"
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.
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
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. |
warning: in the working copy of 'test/analysis/input/example/data0-allpairs-params-BEH6YB2_pathway.txt', LF will be replaced by CRLF the next time Git touches it
No description provided.