Hi,
While trying to run the following command I can't get past this error, my hunch is it's from selene-sdk (newest version 0.5.0)
sh 1_sequence_prediction.sh <input-file> <genome> <output-dir> --cuda
And I get,
use_cuda: True Traceback (most recent call last): File "1_sequence_prediction.py", line 73, in <module> parse_configs_and_run(configs) ... if not self.reference_sequence._initialized: AttributeError: type object 'Genome' has no attribute '_initialized'
Thank you in advance!