Skip to content

Commit 2c1c336

Browse files
committed
Minor change, adding full name of contact person for commercial licenses.
1 parent 729527f commit 2c1c336

10 files changed

+7
-7
lines changed

FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ scores.
4949
## Can I use MixMHC2pred for commercial purposes
5050

5151
If you plan to use MixMHC2pred for commercial purposes, you are required to
52-
obtain a separate license. To do so, please contact <[email protected]>
53-
at the Ludwig Institute for Cancer Research Ltd.
52+
obtain a separate license. To do so, please contact Nadette Bulgin
53+
(<[email protected]>) at the Ludwig Institute for Cancer Research Ltd.
5454

5555
## Who should I contact in case of a technical or other issue
5656

FAQ.pdf

272 Bytes
Binary file not shown.

MixMHC2pred

0 Bytes
Binary file not shown.

MixMHC2pred.exe

548 Bytes
Binary file not shown.

MixMHC2pred_unix

0 Bytes
Binary file not shown.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ MixMHC2pred can be used freely by academic groups for non-commercial purposes
230230

231231
**FOR-PROFIT USERS**: If you plan to use MixMHC2pred (version 2.0) or any data
232232
provided with the script in any for-profit application, you are required to
233-
obtain a separate license. To do so, please contact <[email protected]> at the
234-
Ludwig Institute for Cancer Research Ltd.
233+
obtain a separate license. To do so, please contact Nadette Bulgin
234+
(<[email protected]>) at the Ludwig Institute for Cancer Research Ltd.
235235

236236
## Contact information
237237

README.pdf

8 Bytes
Binary file not shown.

src/MixMHC2pred.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ int main(int argc, const char *argv[]) {
168168
}
169169
outStream << "\n# Context type: " << contextType
170170
<< "\n#\n# MixMHC2pred is freely available for academic users." << endl
171-
<< "# Private companies should contact [email protected] "
171+
<< "# Private companies should contact Nadette Bulgin ([email protected]) "
172172
<< "at the Ludwig Institute\n# for Cancer Research Ltd "
173173
<< "for commercial licenses.\n#" << endl
174174
<< "# To cite MixMHC2pred, please refer to:" << endl

test/out_compare.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Context type: full
77
#
88
# MixMHC2pred is freely available for academic users.
9-
# Private companies should contact [email protected] at the Ludwig Institute
9+
# Private companies should contact Nadette Bulgin ([email protected]) at the Ludwig Institute
1010
# for Cancer Research Ltd for commercial licenses.
1111
#
1212
# To cite MixMHC2pred, please refer to:

test/out_noContext_compare.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Context type: none
77
#
88
# MixMHC2pred is freely available for academic users.
9-
# Private companies should contact [email protected] at the Ludwig Institute
9+
# Private companies should contact Nadette Bulgin ([email protected]) at the Ludwig Institute
1010
# for Cancer Research Ltd for commercial licenses.
1111
#
1212
# To cite MixMHC2pred, please refer to:

0 commit comments

Comments
 (0)