Hello,
it looks like it is not possible to find out from command line options of STAR (version STAR_2.4.0a) to find out its version.
I have tried:
STAR
STAR --version
STAR -version
STAR -v
and all give this kind of error:
==================================================================================
EXITING: FATAL INPUT ERROR: empty value for paramter "-v" in input "Command-Line-Initial"
SOLUTION: use non-empty value for this parameter
Sep 11 15:09:44 ...... FATAL ERROR, exiting
==================================================================================
It would be great if it would be possible to find out quickly the version of STAR by running one of this:
STAR
STAR --version
STAR -version
STAR -v
STAR --help
STAR -h
because it would behave more like a standard *nix tool.
Cheers,
Dan
P.S. there is also a very small typo in the error message where "paramter" should be "paramEter".