broadinstitute / longbow

Annotation and segmentation of MAS-seq data
https://broadinstitute.github.io/longbow/
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

Add warning to `correct` if the user is using more than 1 thread. #162

Open jonn-smith opened 2 years ago

jonn-smith commented 2 years ago

Correct uses a lot of ram for the lookup table.

If a user is requesting more than 1 thread, warn them that this is probably a bad idea and tell them how much approximate memory the lookup table will take.

(Inspired by a separate issue filed by @sagnikbanerjee15)