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
I am encountering an issue when running the eqtl_prepare_expression.py script. Specifically, I get an AttributeError stating that module 'qtl.io' has no attribute 'sort_bed'. I'm running it using the docker image.
Here is the error:
Loading expression data
Normalizing data (tmm)
* 80 genes in input tables
* 22 genes remain after thresholding
Traceback (most recent call last):
File "src/eqtl_prepare_expression.py", line 112, in <module>
qtl.io.sort_bed(bed_df, inplace=True)
AttributeError: module 'qtl.io' has no attribute 'sort_bed'
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am encountering an issue when running the eqtl_prepare_expression.py script. Specifically, I get an AttributeError stating that module 'qtl.io' has no attribute 'sort_bed'. I'm running it using the docker image.
Here is the error:
Thanks in advance.
The text was updated successfully, but these errors were encountered: