We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8f00f commit 1a58559Copy full SHA for 1a58559
1 file changed
epytope/TCRSpecificityPrediction/Utils.py
@@ -48,6 +48,8 @@ def tcrgp():
48
path_out = str(sys.argv[4])
49
epitope = path_in.split("_")[-1].split(".csv")[0]
50
51
+ sys.path.append(path_repo)
52
+
53
import tcrgp
54
import pickle
55
0 commit comments