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

any tips for faster creation of heatmaps? #298

Open
ericwang10 opened this issue Feb 6, 2025 · 0 comments
Open

any tips for faster creation of heatmaps? #298

ericwang10 opened this issue Feb 6, 2025 · 0 comments

Comments

@ericwang10
Copy link

Hi,

I've run the CLAM package with most of the code unchanged
(except for the fix relating to score2percentile:
def score2percentile(score, ref):
percentile = percentileofscore(ref.squeeze(), score.squeeze())
return percentile)

currently, without changing the settings in the config file,
with a v100 and 140gb ram, it takes around ~45-60 min to process a heatmap for 1 svs file.

I've looked at the other discussions and changing vis_level seems to reduce the amount of memory required.

However, are there any other tips regarding speeding up heatmap creation? Does moving the svs files onto an SSD greatly impact the speed of the heatmaps generated?

I would like to create heatmaps for ~200 svs files, which would take ~200 hours.

any suggestions or input would be greatly appreciated!

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

No branches or pull requests

1 participant