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 having similar issues as @rattei. I have tried multiple combinations of python 3.12 and 3.9 with nanomotif 0.4.16 and 0.4.9 (the version I had been using, but decided to update to use the MTase-linker module). I have different check_installation errors, which I have pasted below:
$ nanomotif check_installation Traceback (most recent call last): File "/software/micromamba/envs/nanomotif_416/bin/nanomotif", line 10, in <module> sys.exit(main()) ^^^^^^ File "/software/micromamba/envs/nanomotif_416/lib/python3.12/site-packages/nanomotif/main.py", line 620, in main check_install(args, pl) File "/software/micromamba/envs/nanomotif_416/lib/python3.12/site-packages/nanomotif/main.py", line 420, in check_install motifs = find_motifs(args, pl, pileup=pileup, assembly=assembly) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/software/micromamba/envs/nanomotif_416/lib/python3.12/site-packages/nanomotif/main.py", line 79, in find_motifs contig_mods_to_keep, contig_mods_to_remove = nm.dataload.extract_contig_mods_with_sufficient_information(pileup, assembly, min_mods_pr_contig, min_mod_frequency) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/software/micromamba/envs/nanomotif_416/lib/python3.12/site-packages/nanomotif/dataload.py", line 47, in extract_contig_mods_with_sufficient_information contigmods_with_more_than_min_mods = pileup.groupby("contig_mod").count().filter( ^^^^^^^^^^^^^^ AttributeError: 'DataFrame' object has no attribute 'groupby'. Did you mean: 'group_by'?
Hello,
in nanomotif 0.4.16 it is no longer possible to run "nanomotif MTase-linker install". Also "nanomotif check_installation" is broken.
best,
Thomas
The text was updated successfully, but these errors were encountered: