Mercurial > repos > bgruening > cp_relate_objects
comparison image_math.py @ 4:226a6abde1cd draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 35da2dcd86747c9bff138e100dbe08c6106f3780"
| author | bgruening |
|---|---|
| date | Sat, 06 Feb 2021 09:47:09 +0000 |
| parents | 2cf5ca0524ed |
| children |
comparison
equal
deleted
inserted
replaced
| 3:da52d2b10f59 | 4:226a6abde1cd |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 | 2 |
| 3 import argparse | |
| 3 import json | 4 import json |
| 4 import sys | 5 |
| 5 import os | 6 from cp_common_functions import build_header |
| 6 import argparse | 7 from cp_common_functions import concat_conditional |
| 7 from cp_common_functions import * | 8 from cp_common_functions import get_json_value |
| 9 from cp_common_functions import get_pipeline_lines | |
| 10 from cp_common_functions import get_total_number_of_modules | |
| 11 from cp_common_functions import INDENTATION | |
| 12 from cp_common_functions import update_module_count | |
| 13 from cp_common_functions import write_pipeline | |
| 8 | 14 |
| 9 MODULE_NAME = "ImageMath" | 15 MODULE_NAME = "ImageMath" |
| 10 OUTPUT_FILENAME = "output.cppipe" | 16 OUTPUT_FILENAME = "output.cppipe" |
| 11 | 17 |
| 12 operator_map = { | 18 operator_map = { |
