File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -301,24 +301,20 @@ def check_pdf_files
301
301
end
302
302
end
303
303
304
- if has_acc
305
- add_note ( 'The effective publication includes the SeqCode accession' )
306
- end
307
304
names . each do |n |
308
305
Check . create_with ( pass : has_acc ) . find_or_create_by (
309
306
name : n , kind : :effective_publication_missing_accession
310
307
) . update ( pass : has_acc )
311
308
end
312
309
313
- if inames . values . all?
314
- add_note ( 'The effective publication mentions all names in the list' )
315
- end
316
310
inames . each do |n , v |
317
311
Check . create_with ( pass : v ) . find_or_create_by (
318
312
name : n , kind : :name_missing_in_effective_publication
319
313
) . update ( pass : v )
320
314
end
321
315
316
+ add_note ( 'The effective publication files have been parsed' )
317
+
322
318
has_acc && inames . values . all?
323
319
end
324
320
end
You can’t perform that action at this time.
0 commit comments