changeset 10:afd0260e676f draft

"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/aubi_piaf commit 3111e03da3d8644ceaf94e9796f6c4206d3fe440-dirty"
author agpetit
date Tue, 07 Jun 2022 12:04:45 +0000
parents e5cf7698a2af
children a4097272ade0
files test-data/.PIP2.1_test.xtc_offsets.npz test-data/.XIP3.1_5_frames.xtc_offsets.npz test-data/Distance_distribution_on_all_protomers.png test-data/all_graphics_distribution.pdf visualize_pore_diameter_aqp.R
diffstat 5 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file test-data/.PIP2.1_test.xtc_offsets.npz has changed
Binary file test-data/.XIP3.1_5_frames.xtc_offsets.npz has changed
Binary file test-data/Distance_distribution_on_all_protomers.png has changed
Binary file test-data/all_graphics_distribution.pdf has changed
--- a/visualize_pore_diameter_aqp.R	Wed Jun 01 10:10:27 2022 +0000
+++ b/visualize_pore_diameter_aqp.R	Tue Jun 07 12:04:45 2022 +0000
@@ -102,7 +102,7 @@
   group_all <- c("time", "aqp", "protomer")
   color_all <- "protomer"
   wrap_all <- c("aqp", "protomer")
-  title_all <- "Average distance ArR-ArR by protomer anq AQP"
+  title_all <- "Average distance ArR-ArR by protomer and AQP"
   g_all_distribution <- create_ggplot(tibble_sort_mean_long, tibble_sort_std_long, group_all, color_all, wrap_all, title_all)
   ggsave("Distance_distribution_on_all_protomers.png", g_all_distribution, width = 40, height = 20, units = "cm")
   list_ggplot[[3]] <- g_all_distribution
@@ -110,4 +110,4 @@
 
 if (opt$pdf == TRUE) {
   ggexport(list_ggplot, filename = "all_graphics_distribution.pdf", width = 18, heigh = 18)
-}
+}
\ No newline at end of file