diff tools/mira4_0/mira4_validator.py @ 38:cee8f9005e43 draft

planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira4_0 commit 206259620376b322fc8ed99a6efdd3712f38764b
author peterjc
date Wed, 11 Jul 2018 12:35:35 -0400
parents 56b421d59805
children bbf14bb9607b
line wrap: on
line diff
--- a/tools/mira4_0/mira4_validator.py	Thu May 31 04:30:47 2018 -0400
+++ b/tools/mira4_0/mira4_validator.py	Wed Jul 11 12:35:35 2018 -0400
@@ -1,9 +1,11 @@
+"""Python code to validate parameters in the Galaxy XML definition."""
+
 # Called from the Galaxy Tool XML file
 # import sys
 
 
 def validate_input(trans, error_map, param_values, page_param_map):
-    """Validates the min_size/max_size user input, before execution."""
+    """Validate the min_size/max_size user input, before execution."""
     err_list = []
     for read_group in param_values["read_group"]:
         err = dict()