snystrom / memes

An R interface to the MEME Suite
https://snystrom.github.io/memes/
Other
43 stars 5 forks source link

runTomTom doesn't throw duplicate motif message when using universalmotif input database #80

Open snystrom opened 3 years ago

snystrom commented 3 years ago

Example:

m <- create_motif()
db <- c(m, m)

runTomTom(dreme_out, database = db)
# No message about removing identical motifs...