Mercurial > repos > bgruening > cp_measure_image_area_occupied
comparison image_math.py @ 4:20dbb1f7ec7b draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 35da2dcd86747c9bff138e100dbe08c6106f3780"
author | bgruening |
---|---|
date | Sat, 06 Feb 2021 09:56:21 +0000 |
parents | 534ed7b8ca34 |
children | a32c3f810ade |
comparison
equal
deleted
inserted
replaced
3:7a08edbc790e | 4:20dbb1f7ec7b |
---|---|
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 = { |