Closed deeptijk closed 5 years ago
I locally downloaded the submission.px file and tested. I found that line number 36 header has 10 columns, but the last line which is line number 37 has only 8 columns. This is because last two tabs are missing in this line. You need to add two tabs at the end if the last line(37). You might need to use VIM editor, because some IDEs try to remove tabs automatically.
vi submission.px
Go to insert mode i
and navigate to last line
press two tab characters
:wq
I tried as suggested but got an error - Experimental factor cannot be empty: 39
Ticket - 1-20190221-5001-RESUB2
I have had a look on several PX files, and I found that if Experimental factor is not available, it should have the value as “Not available”.
With the latest version of submission tool 2.4.10, if we do not provide value for experimental factor, tool will insert the value as "Not provided". In this case, may be user has used an old version of PX tool
@deeptijk is this sorted out?
I think this is sorted out now. If required you can reopen