You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
Thanks for the tool. I am a beginner in deep learning. I was trying to reproduce the tutorials with the provided datasets. I have started with this https://github.com/davek44/Basset/blob/master/tutorials/prepare_compendium.ipynb for preparing the data. The first python script (preprocess_features.py) for that is just generating empty bed files with given default settings. I am running the script in python 3.
While running the script it is throwing the following warning message for every chromosome.
Hey all, I've redone the script for python 3 excluding a couple of print statements that still need rewriting: https://github.com/shtoneyan/Basset_data_collection/blob/master/preprocess_features.py
With the settings in the tutorial it should work fine though. I came across the same issue with empty BED files and at least for me this was resolved by having integer start and end coordinates.
Hi All,
Thanks for the tool. I am a beginner in deep learning. I was trying to reproduce the tutorials with the provided datasets. I have started with this https://github.com/davek44/Basset/blob/master/tutorials/prepare_compendium.ipynb for preparing the data. The first python script (
preprocess_features.py
) for that is just generating empty bed files with given default settings. I am running the script in python 3.While running the script it is throwing the following warning message for every chromosome.
Any pointers would be of great help.
Thank you!
The text was updated successfully, but these errors were encountered: