signac icon indicating copy to clipboard operation
signac copied to clipboard

Check for MACS2 before splitting file

Open AmelZulji opened this issue 10 months ago • 3 comments

When calling peaks using:

peaks <- CallPeaks(
  object = seu,
  group.by = "cell_type",
  macs2.path = "wrong_path"
)

splitting fragments will start before checking whether specified macs2.path points to existing instance of MACS2. It would be nice to first check for MACS2.

AmelZulji avatar Apr 05 '24 10:04 AmelZulji