I'm wanted to test out some different PL options in the glf2acf conversion, but I am getting an error.
The default option works great, with a command like this:
glactools glf2acf file.glf.gz > file.default_PL.acf.gz
But when I add a PL option to the same command:
glactools glf2acf --minPL 30 file.glf.gz > file.30_PL.acf.gz
I get this error message:
The last argument is the <glf file>
I also tried the -u option for uncompressed output and it gives the same error message. Could you please let me know if options should be entered differently or if there is a bug to fix?
Hi Gabriel,
I'm wanted to test out some different PL options in the glf2acf conversion, but I am getting an error.
The default option works great, with a command like this:
glactools glf2acf file.glf.gz > file.default_PL.acf.gz
But when I add a PL option to the same command:
glactools glf2acf --minPL 30 file.glf.gz > file.30_PL.acf.gz
I get this error message:
The last argument is the <glf file>
I also tried the -u option for uncompressed output and it gives the same error message. Could you please let me know if options should be entered differently or if there is a bug to fix?
Thanks! Nathan