YASMEEN input-output filter
From D4Science Wiki
"Yet Another Species Matching Execution ENvironment" - input-output filter CLI tool
Purposes
Command line
java -jar YASMEEN-inout-filter-<version>.jar <options>
This CLI tool can be launched with the '-h' option to get a report of the available options:
java -jar YASMEEN-inout-filter-<version>.jar -h
Will give:
-h Print this message -outFile <arg> Specify the path to the file that will contain the filtered subset of the provided parsed input data according to filtering configuration -outFileFormat <arg> Specify the format of the file that will contain the filtered subset of the provided parsed input data according to filtering configuration. Possible values are: {rawInput, parsedInput} -parsedInFile <arg> Specify a path to a file containing YASMEEN input data in parsed input format -resultFile <arg> Specify a path to the file containing YASMEEN matching results for the provided parsed input file -resultFileFormat <arg> Specify the format of the file containing YASMEEN matching results for the provided parsed input file. Possible values are: {rawInput, parsedInput}
General command line options
-h
This option requires no arguments, and - when set - will print the help message and exit
Input file command line options
-parsedInFile
Result file command line options
-resultFile
-resultFileFormat
Output file format
-outFile
-outFileFormat
Appendix
Download
You can download the YASMEEN input-output filter with one of this URLs:
- v1.1.1 (2.787KB)
Changelog
- v1.1.1: first working implementation