Skip to content

Commit

Permalink
Merge pull request #427 from Ensembl/genebuild_metakey
Browse files Browse the repository at this point in the history
added new metakeys for genebuild
  • Loading branch information
marcoooo committed Nov 24, 2021
2 parents 6fdd5e9 + 024515a commit de96d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/MetaKeyFormat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sub tests {
'genebuild.id' => '\d+',
'genebuild.initial_release_date' => '\d{4}-\d{2}',
'genebuild.last_geneset_update' => '\d{4}-\d{2}',
'genebuild.method' => '(full_genebuild|projection_build|import|mixed_strategy_build|external_annotation_import|maker_genebuild|curated|import_build)',
'genebuild.method' => '(full_genebuild|projection_build|import|mixed_strategy_build|external_annotation_import|maker_genebuild|curated|import_build|anno|braker|standard)',
'genebuild.start_date' => '\d{4}\-\d{2}\-\S+',
'patch' => '[^\n]+',
'sample.location_param' => '[\w\.\-]+:\d+\-\d+',
Expand Down

0 comments on commit de96d66

Please sign in to comment.