Skip to content
Snippets Groups Projects
Commit 4fb1253d authored by Tim Tucholski's avatar Tim Tucholski
Browse files

Fixed gene replacement

parent 16e613ce
No related branches found
No related tags found
No related merge requests found
......@@ -330,8 +330,8 @@ public class PipelineRessource {
}
// TP53 does not result in recommended outcome, therefore it has to be changed
// to P53
// P53 does not result in recommended outcome, therefore it has to be changed
// to TP53
if (gene_replacements.containsKey(gene)) {
gene = (String) gene_replacements.get(gene);
}
......
TP53,P53
\ No newline at end of file
P53,TP53
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment