Closed BinglanLi closed 3 years ago
I'm guessing you're saying the Reporter should have a -c
option because it was in the wiki documentation. That was an error and I've updated the wiki to reflect the actual CLI flags for the Reporter.
The Reporter can't actually take input straight from the NamedAlleleMatcher. It has to go through the Phenotyper first and then it can take the Phenotyper output as input. So either run the Phenotyper as a middle step or, what I prefer, just run the whole PharmCat tool and that way you can get all data and outputs.
I missed the "-p" option. It's working.
Do you want to request a feature or report a bug? bug
What is the current behavior? PharmCAT reporter does not have "-c" option.
If the current behavior is a bug, please provide the steps to reproduce and, if possible, your example input data via a Gist or similar. ~/jdk/jdk-14/bin/java -cp pharmcat-1.1.0-all.jar org.pharmgkb.pharmcat.reporter.Reporter -h usage: Reporter -h,--help print this message -j,--output-json optional, file path to write JSON data
to
-o,--output-file file path to write HTML report to
-p,--phenotyper-file phenotyper output JSON file
-t,--title optional, text to add to the report
title
-v,--verbose enable verbose output
What is the expected behavior?
Reporter should have a -c option to take the JSON call file from the Named Allele Matcher.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, e.g. stackoverflow, gitter, etc.)
Here is the screen shot of error message when running reporter.