Closed Tang-pro closed 8 months ago
Have you solved this problem? I am facing the same issue.
@gnilihzeux Check whether the column name of the txt file is correct, and it seems that the first column cannot have spaces. It has been so long that I have forgotten it, but it is certain that the format of the input file does not match.
Thanks Yes, that would be an important thing to check E.
On Tue, 16 Apr 2024 at 20:12, Tang JIWEI @.***> wrote:
@gnilihzeux https://github.com/gnilihzeux Check whether the column name of the txt file is correct, and it seems that the first column cannot have spaces. It has been so long that I have forgotten it, but it is certain that the format of the input file does not match.
— Reply to this email directly, view it on GitHub https://github.com/comprna/SUPPA/issues/186#issuecomment-2058731960, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCZKB3PUPTEZ3JKENELSHTY5T2SVAVCNFSM6AAAAABET2DGU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJYG4ZTCOJWGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks. I have conducted a thorough check and it seems that this is not the cause of the issue. I had raised another issue #189
Hi, @leipzig When I run the following code
suppa.py diffSplice --method empirical --input Gbar.ioe --psi psi/3-79_fiber_20dpa.txt psi/3-79_fiber_25dpa.txt --tpm tpm/3-79_fiber_20dpa.txt tpm/3-79_fiber_25dpa.txt -o fiber25dpavsfiber20dpa --lower-bound 0.2 -gc
This error message was generated ERROR:main:Unknown error: (<class 'UnboundLocalError'>, UnboundLocalError("cannot access local variable 'i' where it is not associated with a value"), <traceback object at 0x2ac4488ccdc0>)
How to solve it, please