comparison color_to_gray.py @ 5:73ec291048a5 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 13:57:30 +0000
parents 39366e4ee083
children
comparison
equal deleted inserted replaced
4:39366e4ee083 5:73ec291048a5
125 [f"{INDENTATION}Channel count:{channel_count}\n", 125 [f"{INDENTATION}Channel count:{channel_count}\n",
126 "Channel number:Red\\x3A 1\n", 126 "Channel number:Red\\x3A 1\n",
127 "Relative weight of the channel:1.0\n", 127 "Relative weight of the channel:1.0\n",
128 "Image name:Channel1\n" 128 "Image name:Channel1\n"
129 ]) 129 ])
130 130 result = result.rstrip("\n")
131 return result 131 return result
132 132
133 133
134 if __name__ == "__main__": 134 if __name__ == "__main__":
135 parser = argparse.ArgumentParser() 135 parser = argparse.ArgumentParser()