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
Describe the bug
Some of my bed files produce an error when selecting non-redundant motifs for the HTML file. Weirdly this error is related to two similar sets (size, but not motif wise!) of BED files which both fail while one set doesn't. Interestingly previously with version 15.3 it was the total opposite, hence the update to 16.1.
To Reproduce
At the moment I cannot provide you with the motif files or bed files, the motifs are PWMs gathered from the CISBP database and have worked previously! Below is the command with variables.
Error logs
2021-11-30 15:58:44,229 - INFO - selecting non-redundant motifs
Traceback (most recent call last):
File "/home/users/juhomon/miniconda3/envs/gimmemamba/bin/gimme", line 11, in
cli(sys.argv[1:])
File "/home/users/juhomon/miniconda3/envs/gimmemamba/lib/python3.9/site-packages/gimmemotifs/cli.py", line 730, in cli
args.func(args)
File "/home/users/juhomon/miniconda3/envs/gimmemamba/lib/python3.9/site-packages/gimmemotifs/commands/motifs.py", line 246, in motifs
nr_motifs = select_nonredundant_motifs(
File "/home/users/juhomon/miniconda3/envs/gimmemamba/lib/python3.9/site-packages/gimmemotifs/comparison.py", line 976, in select_nonredundant_motifs
rfe = RFE(model, i)
TypeError: init() takes 2 positional arguments but 3 were given
Installation information (please complete the following information):
Thanks for reporting this bug! It will be fixed in the next release, for now you can install the fix by running the following command in your gimmemamba environment:
Describe the bug
Some of my bed files produce an error when selecting non-redundant motifs for the HTML file. Weirdly this error is related to two similar sets (size, but not motif wise!) of BED files which both fail while one set doesn't. Interestingly previously with version 15.3 it was the total opposite, hence the update to 16.1.
To Reproduce
At the moment I cannot provide you with the motif files or bed files, the motifs are PWMs gathered from the CISBP database and have worked previously! Below is the command with variables.
Error logs
2021-11-30 15:58:44,229 - INFO - selecting non-redundant motifs
Traceback (most recent call last):
File "/home/users/juhomon/miniconda3/envs/gimmemamba/bin/gimme", line 11, in
cli(sys.argv[1:])
File "/home/users/juhomon/miniconda3/envs/gimmemamba/lib/python3.9/site-packages/gimmemotifs/cli.py", line 730, in cli
args.func(args)
File "/home/users/juhomon/miniconda3/envs/gimmemamba/lib/python3.9/site-packages/gimmemotifs/commands/motifs.py", line 246, in motifs
nr_motifs = select_nonredundant_motifs(
File "/home/users/juhomon/miniconda3/envs/gimmemamba/lib/python3.9/site-packages/gimmemotifs/comparison.py", line 976, in select_nonredundant_motifs
rfe = RFE(model, i)
TypeError: init() takes 2 positional arguments but 3 were given
Installation information (please complete the following information):
Additional
Run with SLURM
The text was updated successfully, but these errors were encountered: