koustav-pal / HiCBricks

HiCBricks offers user-friendly and efficient solutions for handling large high-resolution Hi-C datasets. The package provides a R/Bioconductor framework with the bricks to build more complex data analysis pipelines and algorithms.
Other
3 stars 4 forks source link

Bug when creating a new brick with the same path/name of a previous brick #1

Closed koustav-pal closed 5 years ago

koustav-pal commented 5 years ago

Found a bug when a CreateBrick command is issued with the args remove.existing = TRUE.

If a previous brick was created but for a variety of reasons it encountered an error and could not be tracked, then in this case when the same brick is recreated the removal of the previous tracking tag will produce an incorrect error with the message "Brick is not being tracked!"

koustav-pal commented 5 years ago

A fix has been issued