Closed GoogleCodeExporter closed 9 years ago
Thank you for helping us. I will take of the issue.
Regards,
Noe
Original comment by noedelta
on 3 Nov 2014 at 10:40
Hi Noe and Jeremy:
For me the best option is to remove the -inDir and -outDir. I think it will be better to have only -inFile (file to be converted) and -outFile (file to export, if is not provided then use the Screen). Then, we should be able to use bash scripts to handle all the use cases.
Regards
Yasset
Original comment by ypriverol
on 3 Nov 2014 at 11:04
Hi Yasset,
Thank you for this suggestion. However, I'm not sure how removing the "-inDir"
and "-outDir" parameters would solve this problem. I am not using those
parameters at all in the sample command line that I provided above.
It seems like the internal implementation of the "-convert inFile=X" and
"-outFile" parameters needs to be changed, to allow for absolute paths to be
passed as arguments. Like I mentioned above, it should be as simple as just
extracting these arguments from the command line and passing them directly to a
Java File constructor.
Jeremy
Original comment by jjcarv...@gmail.com
on 17 Nov 2014 at 10:24
This issue was updated by revision r586.
So before the call was similar to
java -jar mzTabCLI.jar -inDir temp -check inFile=SILAC_CQI.mzTab
With the new changes should be
java -jar mzTabCLI.jar -check inFile=temp/SILAC_CQI.mzTab
Original comment by noedelta
on 17 Dec 2014 at 10:57
Original issue reported on code.google.com by
jjcarv...@gmail.com
on 28 Oct 2014 at 6:09