Skip to content

Commit 1a58559

Browse files
author
drEast
committed
Bugfix TCRGP
1 parent 4d8f00f commit 1a58559

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • epytope/TCRSpecificityPrediction

epytope/TCRSpecificityPrediction/Utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def tcrgp():
4848
path_out = str(sys.argv[4])
4949
epitope = path_in.split("_")[-1].split(".csv")[0]
5050

51+
sys.path.append(path_repo)
52+
5153
import tcrgp
5254
import pickle
5355

0 commit comments

Comments
 (0)