Closed joaquincr closed 6 years ago
Hej, it's because the TK96 bed file is actually empty. I have fixed it by adding an assert to the main script to check that in the beginning in pygpseq-v.2.0.1
. If it happens again it will show the following readable error message.
Traceback (most recent call last):
File "/usr/local/bin/gpseqc_estimate", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/home/gire/ownCloud/BiCro/Code/repos/gpseqc/bin/gpseqc_estimate", line 361, in <module>
assert 0 != conds_nreads[i], "empty bedfile found: %s" % args.bedfile[i]
AssertionError: empty bedfile found: /home/gire/Desktop/test/TK96_15min_GG__cutsiteLoc-umiCount.bed
Before submitting an issue, please be sure to
git pull; sudo -H pip3 install .
)This issue affects
gpseqc_estimate
)gpseqc_compare
)What did you do (e.g., steps to reproduce)
What did you expect to happen?
work
What happened instead?
error
Additional information