Skip to content

Commit

Permalink
Put links to biomarker mentions back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfinan committed Jul 25, 2022
1 parent 1a28123 commit efcca65
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ protected NeoplasmAttribute createNeoplasmAttribute( final String name,
// allConceptsStore );
= new ArrayList<>();
final Map<EvidenceLevel, Collection<Mention>> evidence
// = SpecificAttribute.mapEvidence( neoplasmStore._concepts,
// patientStore._concepts,
// allConceptsStore._concepts );
= new HashMap<>();
= SpecificAttribute.mapEvidence( neoplasmStore._concepts,
patientStore._concepts,
allConceptsStore._concepts );
// = new HashMap<>();
return SpecificAttribute.createAttribute( name,
_bestCode,
_bestUri,
Expand Down

0 comments on commit efcca65

Please sign in to comment.