Mercurial > repos > bgruening > cp_measure_object_intensity
comparison tile.py @ 5:407925835dd9 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
| author | bgruening | 
|---|---|
| date | Fri, 26 Feb 2021 14:07:28 +0000 | 
| parents | 980aed9e8fd5 | 
| children | e52c75a28c4b | 
   comparison
  equal
  deleted
  inserted
  replaced
| 4:980aed9e8fd5 | 5:407925835dd9 | 
|---|---|
| 66 | 66 | 
| 67 for img in additionals: | 67 for img in additionals: | 
| 68 result += INDENTATION.join( | 68 result += INDENTATION.join( | 
| 69 [f"{INDENTATION}Select an additional image to tile:{get_json_value(img, 'additional_img')}\n" | 69 [f"{INDENTATION}Select an additional image to tile:{get_json_value(img, 'additional_img')}\n" | 
| 70 ]) | 70 ]) | 
| 71 | 71 result = result.rstrip("\n") | 
| 72 return result | 72 return result | 
| 73 | 73 | 
| 74 | 74 | 
| 75 if __name__ == "__main__": | 75 if __name__ == "__main__": | 
| 76 parser = argparse.ArgumentParser() | 76 parser = argparse.ArgumentParser() | 
