# HG changeset patch # User iuc # Date 1625492371 0 # Node ID 0897e5d845c48568ae7ab5e493d735b69fda19d2 # Parent da5ecdcfc9ee6ad92d4ef69f5bd284f9d101da47 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dropletutils/ commit 9d465ee72398a8a74fe499a2e4b74f507a5845cc" diff -r da5ecdcfc9ee -r 0897e5d845c4 dropletutils.xml --- a/dropletutils.xml Thu Jan 07 19:36:16 2021 +0000 +++ b/dropletutils.xml Mon Jul 05 13:39:31 2021 +0000 @@ -16,7 +16,7 @@ 1.10.0 - 1 + 2 tenx.input tenx.output @@ -218,6 +218,9 @@ + + + diff -r da5ecdcfc9ee -r 0897e5d845c4 scripts/dropletutils.Rscript --- a/scripts/dropletutils.Rscript Thu Jan 07 19:36:16 2021 +0000 +++ b/scripts/dropletutils.Rscript Mon Jul 05 13:39:31 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 da5ecdcfc9ee -r 0897e5d845c4 test-data/defs_barcoderankings.png Binary file test-data/defs_barcoderankings.png has changed