I ran python bin/tf_analyzer.py -g hg19 -b kidney -t ar -c chr1
After successfully finishing the run i tried to redo the analysis with:
python bin/tf_analyzer.py -g hg19 -b kidney -t ar -c chr1 -r
This led to the following error:
The error was caused by an error in normalization which led to empty .ln files. The error was fixed within the fix of the memory issue in commit 5050f3b.
I ran
python bin/tf_analyzer.py -g hg19 -b kidney -t ar -c chr1
After successfully finishing the run i tried to redo the analysis with:python bin/tf_analyzer.py -g hg19 -b kidney -t ar -c chr1 -r
This led to the following error:I reproduced the error by deleting the results and data folder and redoing the steps above.