Skip to content

Commit

Permalink
Fix typo for annotation type in mod. stats
Browse files Browse the repository at this point in the history
Refs #1013
  • Loading branch information
kimrutherford committed Jan 2, 2024
1 parent cc5f767 commit b6e7c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PomBase/Import/Modification.pm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ sub load {
}

if (defined $file_name) {
$self->store_annotation_file_curator($file_name, 'qualitative_gene_expression');
$self->store_annotation_file_curator($file_name, 'protein_modification');
}
}

Expand Down

0 comments on commit b6e7c19

Please sign in to comment.