# HG changeset patch # User iuc # Date 1625492400 0 # Node ID a9caad67143920ac2a5d65d57daa9be7606cbf82 # Parent 2c1200fba9225b68a66e157c59c903bde181d3b2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dropletutils/ commit 9d465ee72398a8a74fe499a2e4b74f507a5845cc" diff -r 2c1200fba922 -r a9caad671439 dropletutils.xml --- a/dropletutils.xml Thu Jan 07 19:36:54 2021 +0000 +++ b/dropletutils.xml Mon Jul 05 13:40:00 2021 +0000 @@ -16,7 +16,7 @@ 1.10.0 - 1 + 2 tenx.input tenx.output @@ -218,6 +218,9 @@ + + + diff -r 2c1200fba922 -r a9caad671439 scripts/dropletutils.Rscript --- a/scripts/dropletutils.Rscript Thu Jan 07 19:36:54 2021 +0000 +++ b/scripts/dropletutils.Rscript Mon Jul 05 13:40:00 2021 +0000 @@ -161,13 +161,12 @@ o <- order(brout$rank) lines(brout$rank[o], brout$fitted[o], col = "red") - abline(h = brout$knee, col = "dodgerblue", lty = 2) - abline(h = brout$inflection, col = "forestgreen", lty = 2) + abline(h = metadata(brout)$knee, col = "dodgerblue", lty = 2) + abline(h = metadata(brout)$inflection, col = "forestgreen", lty = 2) legend("bottomleft", lty = 2, col = c("dodgerblue", "forestgreen"), legend = c("knee", "inflection")) dev.off() - - print(paste("knee =", brout$knee, ", inflection = ", brout$inflection)) + print(paste("knee =", metadata(brout)$knee, ", inflection = ", metadata(brout)$inflection)) } ## Main diff -r 2c1200fba922 -r a9caad671439 test-data/defs_barcoderankings.png Binary file test-data/defs_barcoderankings.png has changed