# HG changeset patch # User iuc # Date 1610048214 0 # Node ID 2c1200fba9225b68a66e157c59c903bde181d3b2 # Parent 8855361fcfc5278dc1c6b618741a2c4966c7d23e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dropletutils/ commit 0a1586a00f94215b8182423e4b2f34fdf706a47d" diff -r 8855361fcfc5 -r 2c1200fba922 dropletutils.xml --- a/dropletutils.xml Thu Dec 10 13:50:06 2020 +0000 +++ b/dropletutils.xml Thu Jan 07 19:36:54 2021 +0000 @@ -16,7 +16,7 @@ 1.10.0 - 0 + 1 tenx.input tenx.output diff -r 8855361fcfc5 -r 2c1200fba922 scripts/dropletutils.Rscript --- a/scripts/dropletutils.Rscript Thu Dec 10 13:50:06 2020 +0000 +++ b/scripts/dropletutils.Rscript Thu Jan 07 19:36:54 2021 +0000 @@ -157,7 +157,7 @@ png(files$plot) plot(brout$rank, brout$total, log = "xy", - xlab = "(log) Rank", ylab = "(log) Total Number of Barcodes") + xlab = "(log) Rank", ylab = "(log) Total UMI Counts") o <- order(brout$rank) lines(brout$rank[o], brout$fitted[o], col = "red") diff -r 8855361fcfc5 -r 2c1200fba922 test-data/defs_barcoderankings.png Binary file test-data/defs_barcoderankings.png has changed