Skip to content

Commit

Permalink
Add comment to do not forget about potentially missing MAF records
Browse files Browse the repository at this point in the history
  • Loading branch information
forus committed Dec 19, 2024
1 parent e4eeea1 commit 5db277e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public Iterator<MafRecord> fetch(Map<String, Set<String>> studyToSampleMap, Stri
mutation.getTumorRefCount(),
mutation.getNormalAltCount(),
mutation.getNormalRefCount()
//TODO export mutation.annotationJSON ?
)).iterator();
} catch (MolecularProfileNotFoundException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 5db277e

Please sign in to comment.