Skip to content

Commit

Permalink
Add annotation date to GO-CAM JSON
Browse files Browse the repository at this point in the history
Refs #1174
  • Loading branch information
kimrutherford committed Jan 9, 2025
1 parent a52564e commit 75ea93f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/generate_gocam_data_files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ sub get_process_terms_and_genes
$model_title = $model_annotations{title}->[0];
}

if (exists $model_annotations{date}) {
my $model_date = $model_annotations{date}->[0];
$all_details{$gocam_id}->{date} = $model_date;
}

my @contributors = ();

if (exists $model_annotations{contributor}) {
Expand Down

0 comments on commit 75ea93f

Please sign in to comment.