Difference between revisions of "YASMEEN input-output filter"

From D4Science Wiki
Jump to: navigation, search
(Created page with ""''Yet Another Species Matching Execution ENvironment''" - input-output filter CLI tool == Purposes == == Command line == java -jar YASMEEN-inout-filter-<version>.jar <option...")
 
(Command line)
Line 12: Line 12:
  
 
Will give:
 
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 ===
 
=== General command line options ===
Line 17: Line 27:
 
==== -h ====
 
==== -h ====
  
This option requires no arguments, and - when set - will print the help message and exit (no parsing will be performed)
+
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 ==
 
== Appendix ==

Revision as of 17:54, 31 October 2013

"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:

Changelog

  • v1.1.1: first working implementation