We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addLogo
There's a bug with the addLogo function were the dbVersion always ended up with v10 and not the previous v9 when old version of the database is used.
dbVersion
RcisTarget/R/aux_addLogo.R
Lines 22 to 44 in 33623d4
In Line 28-35, the code already assigned v9 to dbVersion if previous version is detected.
v9
Lines 28 to 35 in 33623d4
But the next if/else reset it back to v10nr_clust because dbVersion is not NULL. The lead to wrong URLs to the motif logos embedded in the HTML.
if
else
v10nr_clust
NULL
Lines 37 to 44 in 33623d4
The text was updated successfully, but these errors were encountered:
Do you have any methods to solve this bug? I encounter the same bug. Look forword to your reply.
Sorry, something went wrong.
I got the same erro, do you have any method
No branches or pull requests
There's a bug with the
addLogo
function were thedbVersion
always ended up with v10 and not the previous v9 when old version of the database is used.RcisTarget/R/aux_addLogo.R
Lines 22 to 44 in 33623d4
In Line 28-35, the code already assigned
v9
todbVersion
if previous version is detected.RcisTarget/R/aux_addLogo.R
Lines 28 to 35 in 33623d4
But the next
if
/else
reset it back tov10nr_clust
because dbVersion is notNULL
.The lead to wrong URLs to the motif logos embedded in the HTML.
RcisTarget/R/aux_addLogo.R
Lines 37 to 44 in 33623d4
The text was updated successfully, but these errors were encountered: