DeepHiC icon indicating copy to clipboard operation
DeepHiC copied to clipboard

Missing a parameter -lrc in the tutorial

Open GangLiTarheel opened this issue 6 years ago • 2 comments

Hi, I am trying to follow the tutorial to train the DeepHiC model but met the following error:

python data_generate.py -hr 10kb -lr 40kb -s all -chunk 40 -stride 40 -bound 201 -scale 1 -c GM12878_primary usage: data_generate.py -c CELL_LINE -hr {5kb,10kb,25kb,50kb,100kb,250kb,500kb,1mb} -lr LOW_RES -lrc LR_CUTOFF [-s {all,train,valid}] -chunk CHUNK -stride STRIDE -bound BOUND -scale SCALE [-type {max,avg}] [--help] data_generate.py: error: the following arguments are required: -lrc

Could you provide your default lrc parameter? Thanks ahead! Gang

GangLiTarheel avatar Aug 24 '19 19:08 GangLiTarheel

Hello, Sorry for forgetting to update the README file. For Rao's Hi-C, we used 100 for 1/16 downsampled data, 80 for 1/25 downsampled data, 50 for 1/50 downsampled data and 25 for 1/100 downsampled data.

Thanks for your feedback!

omegahh avatar Aug 26 '19 09:08 omegahh

Thanks for your quick response and the clarification! Gang

GangLiTarheel avatar Aug 26 '19 13:08 GangLiTarheel