kundajelab/chrombpnet

Nit: Small inconsistency on "Generate contribution score bigwigs" wiki page for names of output files

KnightAsterial opened this issue · 1 comments

On the wiki page for generating contributions cores, the outputs for count scores are listed as output_prefix.count_scores.h5
https://github.com/kundajelab/chrombpnet/wiki/Generate-contribution-score-bigwigs

However, in the code they are generated as args_copy.output_prefix + ".counts_scores.h5" (counts instead of count)
https://github.com/kundajelab/chrombpnet/blob/master/chrombpnet/CHROMBPNET.py#L65

Ah thanks for catching the typo!