Mercurial > repos > bgruening > cp_relate_objects
diff image_math.py @ 4:8083a87d2fdf draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 35da2dcd86747c9bff138e100dbe08c6106f3780"
author | bgruening |
---|---|
date | Sat, 06 Feb 2021 10:04:20 +0000 |
parents | b6f13e783ac5 |
children | 48102a685037 |
line wrap: on
line diff
--- a/image_math.py Mon May 11 07:53:35 2020 -0400 +++ b/image_math.py Sat Feb 06 10:04:20 2021 +0000 @@ -1,10 +1,16 @@ #!/usr/bin/env python +import argparse import json -import sys -import os -import argparse -from cp_common_functions import * + +from cp_common_functions import build_header +from cp_common_functions import concat_conditional +from cp_common_functions import get_json_value +from cp_common_functions import get_pipeline_lines +from cp_common_functions import get_total_number_of_modules +from cp_common_functions import INDENTATION +from cp_common_functions import update_module_count +from cp_common_functions import write_pipeline MODULE_NAME = "ImageMath" OUTPUT_FILENAME = "output.cppipe"