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
As a result: params = parse_denovo_params(params) in denovo.py line 571 sets parameters to default prepare_denovo_input_bed() uses default fraction and abs_max (ignoring user-defined fraction value)
Easy fix options:
(1) set the .config/gimmemotifs/gimmemotifs.cfg file directly
Issue: user defined arguments are not included in
gimme_motifs()
in motifs.py line 104As a result:
params = parse_denovo_params(params)
in denovo.py line 571 sets parameters to defaultprepare_denovo_input_bed()
uses default fraction and abs_max (ignoring user-defined fraction value)Easy fix options:
(1) set the
.config/gimmemotifs/gimmemotifs.cfg
file directlyOR
(2) alter
gimme_motifs()
in motifs.py line 104:The text was updated successfully, but these errors were encountered: