Skip to content

any tips for faster creation of heatmaps? #298

Open
@ericwang10

Description

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!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions