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 trying run the snakefile in analysis Arabidopsis folder. I found there is error for this one.
Another thing to mention is the
id_mapping = pd.read_csv(
input[1], sep="\t", header=None, index_col=0, squeeze=True)
sequeeze=True is not working for pandas version >=2.0
The text was updated successfully, but these errors were encountered:
I am trying run the snakefile in analysis Arabidopsis folder. I found there is error for this one.
Another thing to mention is the
id_mapping = pd.read_csv(
input[1], sep="\t", header=None, index_col=0, squeeze=True)
sequeeze=True is not working for pandas version >=2.0
The text was updated successfully, but these errors were encountered: