public final class CheckDB extends Plugin
Modifier and Type | Field and Description |
---|---|
static int |
NUMBER_TO_OUTPUT |
Constructor and Description |
---|
CheckDB()
Constructor for HelloWorld.
|
Modifier and Type | Method and Description |
---|---|
ReturnValue |
clean_up()
Perform post-task clean-up here.
|
ReturnValue |
do_run()
Performs the main tasks for the plugin.
|
ReturnValue |
do_test()
Perform any active system testing here.
|
String |
get_description()
get_description.
|
ReturnValue |
init()
Plugin initialization code goes here.
|
static void |
main(String[] args) |
static void |
processOutput(SortedMap<CheckDBPluginInterface.Level,Set<String>> result,
CheckDBPluginInterface.Level level,
String description,
List<Integer> list)
Convenience method for processing output and appending it to the warning map
|
get_syntax, parse_parameters, print, println, setConfig, setMetadata, setParams
public static final int NUMBER_TO_OUTPUT
public final ReturnValue init()
public ReturnValue do_test()
public final ReturnValue do_run()
public final String get_description()
get_description.
get_description
in interface PluginInterface
get_description
in class Plugin
String
object.public static void main(String[] args) throws IOException, URISyntaxException
IOException
URISyntaxException
public final ReturnValue clean_up()
PluginInterface
public static void processOutput(SortedMap<CheckDBPluginInterface.Level,Set<String>> result, CheckDBPluginInterface.Level level, String description, List<Integer> list)
result
- a sorted map where results can be appendedlevel
- Level of message to createdescription
- A description of the sw_accessions to be reported from listlist
- a list of sw_accessions to reportCopyright © 2015 SeqWare. All rights reserved.