Mercurial > repos > greg > validate_affy_metadata
comparison validate_affy_metadata.py @ 13:73a0f0ba30d4 draft
Uploaded
author | greg |
---|---|
date | Thu, 15 Nov 2018 10:25:53 -0500 |
parents | 977280cfef63 |
children | 17db886fbfad |
comparison
equal
deleted
inserted
replaced
12:977280cfef63 | 13:73a0f0ba30d4 |
---|---|
154 array_version = items[26] | 154 array_version = items[26] |
155 # Optional. | 155 # Optional. |
156 public = string_as_boolean_string(items[27]) | 156 public = string_as_boolean_string(items[27]) |
157 # Optional. | 157 # Optional. |
158 public_after_date = items[28] | 158 public_after_date = items[28] |
159 accumulated_msga = validate_date_string(public_after_date) | 159 accumulated_msga = validate_date_string(i, public_after_date, accumulated_msgs) |
160 | 160 |
161 if len(accumulated_msgs) > 0: | 161 if len(accumulated_msgs) > 0: |
162 stop_error(accumulated_msgs) | 162 stop_error(accumulated_msgs) |
163 | 163 |
164 shutil.copyfile(args.input, args.output) | 164 shutil.copyfile(args.input, args.output) |