Skip to content

Commit 10658b7

Browse files
committed
Shorten source file descriptions/headers
1 parent 456e40d commit 10658b7

29 files changed

+20
-243
lines changed

pypef/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
# Created on 05 October 2020
4-
# @authors: Niklas Siedhoff, Alexander-Maurice Illig
5-
# @contact: <niklas.siedhoff@rwth-aachen.de>
61
# PyPEF - Pythonic Protein Engineering Framework
72
# https://github.com/niklases/PyPEF
8-
# Licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License (CC BY-SA 4.0)
9-
# For more information about the license see https://creativecommons.org/licenses/by-nc/4.0/legalcode
10-
11-
# PyPEF – An Integrated Framework for Data-Driven Protein Engineering
12-
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
13-
# https://doi.org/10.1021/acs.jcim.1c00099
143

154
__version__ = '0.4.3-dev'

pypef/dca/gremlin_inference.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
# Created on 05 October 2020
4-
# @authors: Niklas Siedhoff, Alexander-Maurice Illig
5-
# @contact: <niklas.siedhoff@rwth-aachen.de>
61
# PyPEF - Pythonic Protein Engineering Framework
72
# https://github.com/niklases/PyPEF
8-
# Licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License (CC BY-SA 4.0)
9-
# For more information about the license see https://creativecommons.org/licenses/by-nc/4.0/legalcode
10-
11-
# PyPEF – An Integrated Framework for Data-Driven Protein Engineering
12-
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
13-
# https://doi.org/10.1021/acs.jcim.1c00099
143

154
"""
165
Code taken from GREMLIN repository available at https://github.com/sokrypton/GREMLIN_CPP/

pypef/dca/plmc_encoding.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
# Created on 05 October 2020
4-
# @authors: Niklas Siedhoff, Alexander-Maurice Illig
5-
# @contact: <niklas.siedhoff@rwth-aachen.de>
61
# PyPEF - Pythonic Protein Engineering Framework
72
# https://github.com/niklases/PyPEF
8-
# Licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License (CC BY-SA 4.0)
9-
# For more information about the license see https://creativecommons.org/licenses/by-nc/4.0/legalcode
10-
11-
# PyPEF – An Integrated Framework for Data-Driven Protein Engineering
12-
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
13-
# https://doi.org/10.1021/acs.jcim.1c00099
143

154
"""
165
Contains Python code used for the approach presented in our 'hybrid modeling' paper

pypef/gui/PyPEFGUIQtWindow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# PyPEF Qt GUI window using PySide6
1+
# PyPEF - Pythonic Protein Engineering Framework
22
# https://github.com/niklases/PyPEF
33

4+
# PyPEF Qt GUI window using PySide6
5+
46
import sys
57
from os import getcwd, cpu_count, chdir
68

pypef/hybrid/hybrid_model.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
# Created on 05 October 2020
4-
# @authors: Niklas Siedhoff, Alexander-Maurice Illig
5-
# @contact: <niklas.siedhoff@rwth-aachen.de>
61
# PyPEF - Pythonic Protein Engineering Framework
72
# https://github.com/niklases/PyPEF
8-
# Licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License (CC BY-SA 4.0)
9-
# For more information about the license see https://creativecommons.org/licenses/by-nc/4.0/legalcode
10-
11-
# PyPEF – An Integrated Framework for Data-Driven Protein Engineering
12-
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
13-
# https://doi.org/10.1021/acs.jcim.1c00099
143

154
# Contains Python code used for the approach presented in our 'hybrid modeling' paper
165
# Preprint available at: https://doi.org/10.1101/2022.06.07.495081

pypef/hybrid/hybrid_run.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
3-
# Created on 05 October 2020
4-
# @authors: Niklas Siedhoff, Alexander-Maurice Illig
5-
# @contact: <niklas.siedhoff@rwth-aachen.de>
61
# PyPEF - Pythonic Protein Engineering Framework
72
# https://github.com/niklases/PyPEF
8-
# Licensed under Creative Commons Attribution-ShareAlike 4.0 International Public License (CC BY-SA 4.0)
9-
# For more information about the license see https://creativecommons.org/licenses/by-nc/4.0/legalcode
10-
11-
# PyPEF – An Integrated Framework for Data-Driven Protein Engineering
12-
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
13-
# https://doi.org/10.1021/acs.jcim.1c00099
143

154
import logging
165
logger = logging.getLogger('pypef.dca.dca_run')

pypef/llm/esm_lora_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Niklas Siedhoff
21
# PyPEF - Pythonic Protein Engineering Framework
2+
# https://github.com/niklases/PyPEF
33

44
# Using (training, testing/infering) ESM model(s) (e.g. ESM1v) published under
55
# MIT License

pypef/llm/prosst_lora_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Niklas Siedhoff
21
# PyPEF - Pythonic Protein Engineering Framework
2+
# https://github.com/niklases/PyPEF
33

44
# Using (training, testing/infering) ProSST model(s) published under
55
# GNU GENERAL PUBLIC LICENSE: GPL-3.0 license

pypef/llm/prosst_structure/encoder/gvp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2-
# Niklas Siedhoff
31
# PyPEF - Pythonic Protein Engineering Framework
2+
# https://github.com/niklases/PyPEF
43

54
# Using (training, testing/infering) ProSST model(s) published under
65
# GNU GENERAL PUBLIC LICENSE: GPL-3.0 license

pypef/llm/prosst_structure/encoder/layer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2-
# Niklas Siedhoff
31
# PyPEF - Pythonic Protein Engineering Framework
2+
# https://github.com/niklases/PyPEF
43

54
# Using (training, testing/infering) ProSST model(s) published under
65
# GNU GENERAL PUBLIC LICENSE: GPL-3.0 license

0 commit comments

Comments
 (0)