Skip to content

Commit

Permalink
Merge pull request #332 from vsitnik/metak_genebuild_method_import_build
Browse files Browse the repository at this point in the history
adding new "import_build" genebuild.method to use by metazoan cores for versioned Apollo based imports
  • Loading branch information
marcoooo committed Dec 8, 2020
2 parents c7ea0e6 + 3b52e20 commit 036d014
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)',
'genebuild.method' => '(full_genebuild|projection_build|import|mixed_strategy_build|external_annotation_import|maker_genebuild|curated|import_build)',
'genebuild.start_date' => '\d{4}\-\d{2}\-\S+',
'patch' => '[^\n]+',
'sample.location_param' => '[\w\.\-]+:\d+\-\d+',
Expand Down

0 comments on commit 036d014

Please sign in to comment.