Arcadia-Science / ProteinCartography

a pipeline to build similarity maps of protein space
MIT License
27 stars 10 forks source link

consider adding resource execution settings to `config.yml` #70

Closed taylorreiter closed 7 months ago

taylorreiter commented 11 months ago

introduced in the test data set in #69. I believe this should not create any problems for the standard use case where this pipeline is executed on someones personal computer, but it would be good to confirm this before adding it to config.yml as well.

resources: 
    mem_mb: 16 * 1000
cores: 8
max-jobs-per-second: 1
max-status-checks-per-second: 10
local-cores: 10
mezarque commented 7 months ago

These defaults have been added to config.yml as of the most recent release.