I try to pull out all the options for GRIPSS from the command line? I always get the following error:
`$ java -jar /data//hmftools/gripss_2.1.jar -h
Exception in thread "main" org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -h
at org.apache.commons.cli.DefaultParser.handleUnknownToken(DefaultParser.java:347)
at org.apache.commons.cli.DefaultParser.handleShortAndLongOption(DefaultParser.java:484)
at org.apache.commons.cli.DefaultParser.handleToken(DefaultParser.java:243)
at org.apache.commons.cli.DefaultParser.parse(DefaultParser.java:120)
at org.apache.commons.cli.DefaultParser.parse(DefaultParser.java:76)
at org.apache.commons.cli.DefaultParser.parse(DefaultParser.java:60)
at com.hartwig.hmftools.gripss.GripssApplication.createCommandLine(GripssApplication.java:345)
at com.hartwig.hmftools.gripss.GripssApplication.main(GripssApplication.java:331)`
Also it looks like minNormalCoverage option does not exist for GRIPSS:
Hi,
I try to pull out all the options for GRIPSS from the command line? I always get the following error:
Also it looks like minNormalCoverage option does not exist for GRIPSS:
Any suggestions will be greatly appreciated.
Jack