Mercurial > repos > bgruening > cp_identify_primary_objects
diff image_math.py @ 4:993faa34333b draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 35da2dcd86747c9bff138e100dbe08c6106f3780"
author | bgruening |
---|---|
date | Sat, 06 Feb 2021 09:57:35 +0000 |
parents | d9bf32d13dfd |
children | 87d4d92d7487 |
line wrap: on
line diff
--- a/image_math.py Mon May 11 07:48:09 2020 -0400 +++ b/image_math.py Sat Feb 06 09:57:35 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"