Mercurial > repos > bgruening > cp_enhance_or_suppress_features
diff track_objects.py @ 5:dc9b6e9d717b 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:49:50 +0000 |
| parents | fab70e70cf7b |
| children |
line wrap: on
line diff
--- a/track_objects.py Sat Feb 06 09:50:30 2021 +0000 +++ b/track_objects.py Fri Feb 26 13:49:50 2021 +0000 @@ -167,7 +167,7 @@ f"Cost of cell to empty matching:{cost_of_cell}\n", f"Weight of area difference in function matching cost:{weight_of_area_diff}\n" ]) - + result = result.rstrip("\n") return result
