Skip to content

Commit

Permalink
hard code
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardfan committed Jul 31, 2019
1 parent 5b273f5 commit 8478929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/biosd_lookup.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new();
entity_type => 'sample',
attributes => [
{
'source_ref' => '',
'source_ref' => 'o_ref',
'value' => 'Gallus gallus',
'name' => 'organism',
'id' => 'http://purl.obolibrary.org/obo/NCBITaxon_9031',
Expand All @@ -49,7 +49,7 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new();
'allow_further_validation' => 1
},
{
'source_ref' => '',
'source_ref' => 's_ref',
'value' => 'DT40',
'name' => 'strain',
'id' => 'http://www.ebi.ac.uk/efo/EFO_0006274',
Expand Down

0 comments on commit 8478929

Please sign in to comment.