diff --git a/README.md b/README.md index 70b453d..780d178 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -#EMBL-HLA-SUBMISSION +#Bhast +Ben's HLA Allele Submission Tool A tool for generating an EMBL-formatted submission of a standard novel HLA allele. ##Download the executable diff --git a/src/AlleleGui.py b/src/AlleleGui.py index ece5473..1a99985 100755 --- a/src/AlleleGui.py +++ b/src/AlleleGui.py @@ -14,7 +14,7 @@ # along with EMBL-HLA-Submission. If not, see . # Version 1.0 -SoftwareVersion = "EMBL-HLA-Submission Version 1.0" +SoftwareVersion = "Bhast Version 1.0" import os @@ -30,7 +30,7 @@ class AlleleGui(Tkinter.Frame): # Initialize the GUI def __init__(self, root): Tkinter.Frame.__init__(self, root) - root.title("AlleleGen - A Novel HLA Allele Submission Generator") + root.title("Bhast - A Novel HLA Allele Submission Generator") self.parent = root # Ctrl-A doesn't work by default in TK. I guess I need to do it myself. diff --git a/src/AlleleSubmissionEMBL.py b/src/AlleleSubmissionEMBL.py index 7df558b..6070ddb 100755 --- a/src/AlleleSubmissionEMBL.py +++ b/src/AlleleSubmissionEMBL.py @@ -15,7 +15,7 @@ # Version 1.0 -SoftwareVersion = "EMBL-HLA-Submission Version 1.0" +SoftwareVersion = "Bhast Version 1.0" import Tkinter import sys