Skip to content

Commit

Permalink
Corrected software title
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatern committed May 23, 2017
1 parent 1f49a1c commit 6e23e0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/AlleleGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with EMBL-HLA-Submission. If not, see <http://www.gnu.org/licenses/>.

# Version 1.0
SoftwareVersion = "EMBL-HLA-Submission Version 1.0"
SoftwareVersion = "Bhast Version 1.0"

import os

Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/AlleleSubmissionEMBL.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Version 1.0

SoftwareVersion = "EMBL-HLA-Submission Version 1.0"
SoftwareVersion = "Bhast Version 1.0"

import Tkinter
import sys
Expand Down

0 comments on commit 6e23e0e

Please sign in to comment.