Skip to content

Commit a6501c7

Browse files
committed
Merge branch 'master' of https://github.com/SchulzLab/TEPIC
2 parents 7b7f988 + d6202b4 commit a6501c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MachineLearningPipelines/INVOKE/runInvokeAnalysis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
echo "Loading parameters from config file " $1
3-
source invokeAnalysis.cfg $1
3+
source $1
44

55

66
#This part runs the necessary scripts to perform a differential analysis using TEPIC affinity ratios

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ In the PSEM format, a matrix has to be in the following structure:
309309

310310
## Acknowledgments
311311
We thank Helge Roider for providing the C++ implementation of TRAP, which we slightly modified for running in parallel.
312+
TEPIC 2.0 has been funded by the Bundesministerium für Bildung und Forschung (BMBF) with project number 01DP17005 under the acronym EPIREG.
312313

313314
## Citation
314315
If you are using TEPIC and/or [INVOKE](https://github.com/SchulzLab/TEPIC/tree/master/MachineLearningPipelines/INVOKE) please cite:

0 commit comments

Comments
 (0)