comparison validate_affy_metadata.py @ 6:11d22a27c24a draft

Uploaded
author greg
date Wed, 14 Nov 2018 14:58:08 -0500
parents 17d62e93d029
children 31b9f0a18a15
comparison
equal deleted inserted replaced
5:17d62e93d029 6:11d22a27c24a
150 # Optional. 150 # Optional.
151 data_sharing = items[29] 151 data_sharing = items[29]
152 # Optional. 152 # Optional.
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.copy_file(args.input, args.output)