We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca1394 commit 0fcb05cCopy full SHA for 0fcb05c
2 files changed
COPYRIGHT.txt
@@ -1,7 +1,7 @@
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
Upstream-Name: ntEmbd
3
Upstream-Contact: Saber Hafezqorani <shafezqorani@bcgsc.ca>
4
-Source: https://github.com/bcgsc/ntEmbd
+Source: https://github.com/BirolLab/ntEmbd
5
6
License: GPL-3
7
This program is free software: you can redistribute it and/or modify
src/ntEmbd.py
@@ -22,8 +22,7 @@
22
PYTHON_VERSION = sys.version_info
23
VERSION = "0.9"
24
PROGRAM = "ntEmbd"
25
-AUTHOR = "Saber Hafezqorani (UBC & BCGSC)"
26
-CONTACT = "shafezqorani@bcgsc.ca"
+AUTHOR = "Saber Hafezqorani (UBC & Birol Lab @ BCCancer)"
27
28
# To use the callback during training, instantiate it with the validation data and
29
# then add it to the `callbacks` list of the `fit` method:
0 commit comments