public class AddMetadataToPathwayTables extends Humann2CountModule
BLJ_OPTIONS
GZIP_EXT, LOG_EXT, PDF_EXT, RETURN, SH_EXT, TAB_DELIM, TSV_EXT, TXT_EXT
SCRIPT_BATCH_SIZE, SCRIPT_DEFAULT_HEADER, SCRIPT_NUM_THREADS, SCRIPT_PERMISSIONS, SCRIPT_TIMEOUT
MAIN_SCRIPT_PREFIX, OUTPUT_DIR, TEMP_DIR
Constructor and Description |
---|
AddMetadataToPathwayTables() |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
For R to report HumanN2 reports instead of taxa levels
|
protected void |
generateMergedTables()
Create the merged metadata tables.
|
protected String |
getMergedLine(String line)
Return OTU table line with metadata row appended (both have PK = sample ID)
|
String |
getSummary()
Produce summary message with min, max, mean, and median hit ratios
|
void |
runModule()
This method matches records from the Pathway Abundance table and the metadata file by matching the sample ID
value in the very 1st column (regardless of column title).
Set |
checkDependencies, getInputFiles, getPreRequisiteModules, isHumann2CountModule, isValidInputModule
buildScript, executeTask, getSource, getWorkerScriptFunctions, markStatus, moduleComplete, moduleFailed
buildScriptForPairedReads, getJobParams, getMainScript, getRuntimeParams, getScriptDir, getScriptErrors, getTimeout, hasScripts
cacheInputFiles, compareTo, equals, findModuleInputFiles, getFileCache, getID, getModuleDir, getOutputDir, getPostRequisiteModules, getTempDir, init, toString, validateFileNameUnique
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
buildScriptForPairedReads, getJobParams, getMainScript, getScriptDir, getScriptErrors, getTimeout
getID, getModuleDir, getOutputDir, getPostRequisiteModules, getTempDir, init
public void cleanUp() throws Exception
cleanUp
in interface BioModule
cleanUp
in class BioModuleImpl
Exception
- thrown if any runtime error occurspublic String getSummary() throws Exception
getSummary
in interface BioModule
getSummary
in class ScriptModuleImpl
Exception
- if any error occurspublic void runModule() throws Exception
runModule
in interface JavaModule
runModule
in class JavaModuleImpl
Exception
- thrown if any runtime error occursprotected void generateMergedTables() throws Exception
Exception
- if unable to build tables