tanlongzhi / dip-c

Tools to analyze Dip-C (or other 3C/Hi-C) data
61 stars 18 forks source link

hickit: invalid option -- 'M' #40

Closed conchoecia closed 4 years ago

conchoecia commented 4 years ago

I ran the tutorial hickit -s${rep} -M -i ... et cetera and got the following error: hickit: invalid option -- 'M'

Looks like -M is no longer an option for hickit. Do you know what its purpose was in this command? Thanks!

tanlongzhi commented 4 years ago

You need to download the latest version (0.1.1) of hickit. The older version (0.1) does not have this option.

conchoecia commented 4 years ago

pulling the latest version of hickit and running make fixed the issue. Thank you for the quick response!