TheJacksonLaboratory / diachromatic

Diachromatic is a Java application for preprocessing and quality control of Hi-C and CHi-C data.
https://diachromatic.readthedocs.io/en/latest/
GNU General Public License v3.0
3 stars 1 forks source link

Removal of extra input file with coordinates of selected digests #76

Closed hansenp closed 5 years ago

hansenp commented 5 years ago

The class DigestMap was revised and improved. The extra file with coordinates of selected digests that can be passed with the -a option is no longer used, and the information about the state of selection must be passed with the digest file in column 12.

There are some things that need to be done in order to complete this task:

hansenp commented 5 years ago

I completely removed the -a option and created an issue for GOPHER:

https://github.com/TheJacksonLaboratory/Gopher/issues/363