comparison color_to_gray.py @ 5:d0178bdcd00e draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:12:26 +0000
parents f8fa0f6718a3
children f24c370e5ea4
comparison
equal deleted inserted replaced
4:f8fa0f6718a3 5:d0178bdcd00e
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()