We've tried using conda to implemente SearchGui into one of our pipeline on centos.
Generating the parameter file seems to have worked just fine but when trying to run the search using such command:
Java version: 11.0.1-internal.
org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -fasta_files
at org.apache.commons.cli.Parser.processOption(Parser.java:363)
at org.apache.commons.cli.Parser.parse(Parser.java:199)
at org.apache.commons.cli.Parser.parse(Parser.java:85)
at eu.isas.searchgui.cmd.SearchCLI.<init>(SearchCLI.java:86)
at eu.isas.searchgui.cmd.SearchCLI.main(SearchCLI.java:374)
I use the same database with the typical searchgui approach on the same machine and the file worked just fine.
Is there something different there? Am I not supposed to provide the decoy database?
Hello,
We've tried using conda to implemente SearchGui into one of our pipeline on centos. Generating the parameter file seems to have worked just fine but when trying to run the search using such command:
I get an issue like this:
I use the same database with the typical searchgui approach on the same machine and the file worked just fine. Is there something different there? Am I not supposed to provide the decoy database?
Thanks a lot, Ben