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
Traceback (most recent call last):
File "ISEScan_stats/ise_stats_with_nis.py", line 62, in
df1["Isolate"] = df["filename"].str.removesuffix(".fna.sum")
AttributeError: 'StringMethods' object has no attribute 'removesuffix
I'm using Ubuntu 16.04 and python 3.7. All of the sugeested packages were installed in my conda env.
Any hints?
Bests,
Jan
The text was updated successfully, but these errors were encountered:
Hi,
I tried to run:
ISEScan_stats/ise_stats_with_nis.py -i input_data/ -p ISEscan_summary
and the script shows me this error
Traceback (most recent call last):
File "ISEScan_stats/ise_stats_with_nis.py", line 62, in
df1["Isolate"] = df["filename"].str.removesuffix(".fna.sum")
AttributeError: 'StringMethods' object has no attribute 'removesuffix
I'm using Ubuntu 16.04 and python 3.7. All of the sugeested packages were installed in my conda env.
Any hints?
Bests,
Jan
The text was updated successfully, but these errors were encountered: