Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VUSPredict
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UKEB Public Projects
MTB
VUS-Predict
VUSPredict
Commits
4fb1253d
Commit
4fb1253d
authored
2 years ago
by
Tim Tucholski
Browse files
Options
Downloads
Patches
Plain Diff
Fixed gene replacement
parent
16e613ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/eu/umg/bioinformatics/PipelineRessource.java
+2
-2
2 additions, 2 deletions
src/main/java/eu/umg/bioinformatics/PipelineRessource.java
src/main/resources/geneReplacements.csv
+1
-1
1 addition, 1 deletion
src/main/resources/geneReplacements.csv
with
3 additions
and
3 deletions
src/main/java/eu/umg/bioinformatics/PipelineRessource.java
+
2
−
2
View file @
4fb1253d
...
...
@@ -330,8 +330,8 @@ public class PipelineRessource {
}
//
T
P53 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
T
P53
if
(
gene_replacements
.
containsKey
(
gene
))
{
gene
=
(
String
)
gene_replacements
.
get
(
gene
);
}
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/geneReplacements.csv
+
1
−
1
View file @
4fb1253d
TP53,P53
\ No newline at end of file
P53,TP53
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment