Mercurial > repos > imgteam > 2d_feature_extraction
changeset 3:5791a7f65275 draft
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_feature_extraction/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author | imgteam |
---|---|
date | Wed, 18 Dec 2019 05:00:56 -0500 |
parents | 6fdb3542a406 |
children | 0a53256b48c6 |
files | 2d_feature_extraction.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/2d_feature_extraction.py Mon Jul 22 04:59:39 2019 -0400 +++ b/2d_feature_extraction.py Wed Dec 18 05:00:56 2019 -0500 @@ -47,7 +47,7 @@ parser.add_argument('output_file', type=argparse.FileType('w'), help='Tabular output file') args = parser.parse_args() - + label_file_binary = args.label_file_binary label_file = args.label_file.name out_file = args.output_file.name