Mercurial > repos > greg > validate_affy_metadata
comparison validate_affy_metadata.py @ 8:0735cfcc7490 draft
Uploaded
author | greg |
---|---|
date | Wed, 14 Nov 2018 15:01:41 -0500 |
parents | 31b9f0a18a15 |
children | d15ae203013e |
comparison
equal
deleted
inserted
replaced
7:31b9f0a18a15 | 8:0735cfcc7490 |
---|---|
153 data_hold = items[30] | 153 data_hold = items[30] |
154 | 154 |
155 if len(accumulated_msgs) > 0: | 155 if len(accumulated_msgs) > 0: |
156 stop_error(accumulated_msgs) | 156 stop_error(accumulated_msgs) |
157 | 157 |
158 shutil.copy_file(args.input, args.output) | 158 shutil.copyfile(args.input, args.output) |