Mercurial > repos > bgruening > cp_export_to_spreadsheet
comparison track_objects.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 |
|---|---|
| 165 [f"{INDENTATION}Average cell diameter in pixels:{avg_cell_diameter}\n", | 165 [f"{INDENTATION}Average cell diameter in pixels:{avg_cell_diameter}\n", |
| 166 f"Use advanced configuration parameters:{use_adv}\n", | 166 f"Use advanced configuration parameters:{use_adv}\n", |
| 167 f"Cost of cell to empty matching:{cost_of_cell}\n", | 167 f"Cost of cell to empty matching:{cost_of_cell}\n", |
| 168 f"Weight of area difference in function matching cost:{weight_of_area_diff}\n" | 168 f"Weight of area difference in function matching cost:{weight_of_area_diff}\n" |
| 169 ]) | 169 ]) |
| 170 | 170 result = result.rstrip("\n") |
| 171 return result | 171 return result |
| 172 | 172 |
| 173 | 173 |
| 174 if __name__ == "__main__": | 174 if __name__ == "__main__": |
| 175 parser = argparse.ArgumentParser() | 175 parser = argparse.ArgumentParser() |
