-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pybedtools error #2
Comments
Update: I managed to work around this error by removing all non regular chrs from the blacklist.bed.gz. Further trying to execute the example train.py led me to other errors in the model building step though: 33885000 training samples These are my current versions: Keras 1.1.1 What are the recommended versions of keras, tensorflow, etc.? |
Not sure this is an issue with FactorNet, I feel like it is just really picky when it comes to the versions of the underlying software. Below is the conda env I used to get FactorNet to run:
Maybe this helps someone else, too.
|
executing the testcases results in the following error:
Traceback (most recent call last):
File "train.py", line 301, in
main()
File "train.py", line 197, in main
utils.load_chip_singleTask(input_dirs, tf)
File "/home/hpc/t1172/di36dih/bin/FactorNet-master/utils.py", line 462, in load_chip_singleTask
blacklist = make_blacklist()
File "/home/hpc/t1172/di36dih/bin/FactorNet-master/utils.py", line 373, in make_blacklist
blacklist = blacklist.cat(blacklist2)
File "/home/hpc/t1172/di36dih/anaconda2/envs/env1/lib/python2.7/site-packages/pybedtools/bedtool.py", line 840, in decorated
result = method(self, *args, **kwargs)
File "/home/hpc/t1172/di36dih/anaconda2/envs/env1/lib/python2.7/site-packages/pybedtools/bedtool.py", line 3064, in cat
for f in self:
File "pybedtools/cbedtools.pyx", line 798, in pybedtools.cbedtools.IntervalIterator.next
File "pybedtools/cbedtools.pyx", line 698, in pybedtools.cbedtools.create_interval_from_list
pybedtools.cbedtools.MalformedBedLineError: Unable to detect format from ['chr17_ctg5_hap1', '-1', '1255794']
Even after updating pybedtools or changing of the genome the error still occurs.
The text was updated successfully, but these errors were encountered: