changeset 9:adb40c1365a5 draft default tip

"planemo upload for repository https://github.com/mesocentre-clermont-auvergne/aubi_piaf commit 83670d9ceed855c9f58e0fa63a682edcaace5354-dirty"
author agpetit
date Mon, 11 Jul 2022 13:15:12 +0000
parents ccd03d6e7c49
children
files calculate_pore_diameter_aqp.py cut_trajectory.py cut_trajectory.xml estimate_nb_sub_trajectories.py visualize_pore_diameter_aqp.R
diffstat 5 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/calculate_pore_diameter_aqp.py	Tue Jun 21 13:37:12 2022 +0000
+++ b/calculate_pore_diameter_aqp.py	Mon Jul 11 13:15:12 2022 +0000
@@ -26,7 +26,7 @@
     "create_config_file",
 ]
 __author__ = "Agnès-Elisabeth Petit"
-__date__ = "29/04/2021"
+__date__ = "21/06/2021"
 __version__ = "1.0"
 __copyright__ = "(c) 2022 CC-BY-NC-SA"
 
--- a/cut_trajectory.py	Tue Jun 21 13:37:12 2022 +0000
+++ b/cut_trajectory.py	Mon Jul 11 13:15:12 2022 +0000
@@ -16,8 +16,8 @@
 
 __all__ = []
 __author__ = "Agnès-Elisabeth Petit"
-__date__ = "29/04/2022"
-__version__ = "0.8"
+__date__ = "01/06/2022"
+__version__ = "1.0"
 __copyright__ = "(c) 2022 CC-BY-NC-SA"
 
 # Library import
--- a/cut_trajectory.xml	Tue Jun 21 13:37:12 2022 +0000
+++ b/cut_trajectory.xml	Mon Jul 11 13:15:12 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="cut_trajectory" name="cut trajectory" version="0.1.0" python_template_version="3.5" profile="@GALAXY_VERSION@">
+<tool id="cut_trajectory" name="cut trajectory" version="1.0.0" python_template_version="3.5" profile="@GALAXY_VERSION@">
     <macros>
         <token name="@TOOL_VERSION@">2022</token>
         <token name="@GALAXY_VERSION@">21.05</token>
@@ -33,7 +33,7 @@
             --number_cpus "\${GALAXY_SLOTS:-1}"
     ]]></command>
     <inputs>
-        <param name="gro_file" type="data" format="gro" help="Put your .gro file"/> 
+        <param name="gro_file" type="data" format="gro" help="Put your .gro file"/>
         <param name="xtc_file" type="data" format="xtc" help="Put your .xtc file"/>
         <conditional name="sub_traj">
             <param name="number_sub_traj" type="select" label="Number of sub-trajectories">
--- a/estimate_nb_sub_trajectories.py	Tue Jun 21 13:37:12 2022 +0000
+++ b/estimate_nb_sub_trajectories.py	Mon Jul 11 13:15:12 2022 +0000
@@ -14,8 +14,8 @@
 
 __all__ = []
 __author__ = "Agnès-Elisabeth Petit"
-__date__ = "30/05/2022"
-__version__ = "0.8"
+__date__ = "01/06/2022"
+__version__ = "1.0"
 __copyright__ = "(c) 2022 CC-BY-NC-SA"
 
 # Library import
--- a/visualize_pore_diameter_aqp.R	Tue Jun 21 13:37:12 2022 +0000
+++ b/visualize_pore_diameter_aqp.R	Mon Jul 11 13:15:12 2022 +0000
@@ -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
+}