Skip to content

Commit

Permalink
feat(#567): comment to set CYP2D6 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Apr 14, 2023
1 parent 731b83f commit 186368e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/lib/common/utilities/genome_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Future<void> fetchAndSaveLookups() async {
matchingLookups[diplotype.gene] = lookup;
}

// uncomment to make user have CYP2D6 lookupkey 0.0
// matchingLookups['CYP2D6'] = lookupsHashMap['CYP2D6__*100/*100']!;

UserData.instance.lookups = matchingLookups;
await UserData.save();

Expand Down

0 comments on commit 186368e

Please sign in to comment.