Skip to content

Commit

Permalink
trivial fix for #2342
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Sep 18, 2024
1 parent 4944761 commit e10d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collate-gpads.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sub write_line_to_file {
if (!$fhmap{$base}) {
my $fh = FileHandle::new();
$fh->open(">legacy/$base.gpad") || die $base;
print $fh "!gpa-version: 1.1\n";
print $fh "!gpa-version: 1.2\n";
print $fh "!collation date: $today\n";
print $fh "!collated from production models in https://github.com/geneontology/noctua-models/ where col1 matches $base; special rules for MGI (https://github.com/geneontology/pipeline/issues/313)\n";

Expand Down

0 comments on commit e10d133

Please sign in to comment.