Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

V

VALIDATED_MAPPING - Static variable in class biolockj.module.implicit.qiime.BuildQiimeMapping
Suffix appended to the validate QIIME mapping file output to temp/mapping dir by bash script
validateFile(File, Integer) - Method in class biolockj.module.seq.SeqFileValidator
Validate sequence files: Validate valid 1st sequence header character is expected character Validate fastq files have same number of bases and quality scores per read Remove reads below minimum threshold: "seqFileValidator.seqMinLen" Trim reads if above the maximum threshold: "seqFileValidator.seqMaxLen" Invalid reads are saved to a file in the module temp directory for analysis/review.
validateFileNameUnique(Set<String>, File) - Method in class biolockj.module.BioModuleImpl
Validate files in Constants.INPUT_DIRS have unique names.
validateFileNameUnique(Set<String>, File) - Method in class biolockj.module.implicit.qiime.QiimeClassifier
Typically we verify no duplicate file names are used, but for QIIME we may be combining multiple files with the same name ("otu_table.biom"), so QiimeClassifier skips this validation.
validateLogLevel() - Static method in class biolockj.Log
Validate log level is configured to one of the valid Log4J options: DEBUG, INFO, WARN, ERROR
validateModuleOrder() - Method in class biolockj.module.classifier.ClassifierModuleImpl
Validate that no biolockj.module.seq modules run after this classifier unless a new classifier branch is started.
validateModuleOrder() - Method in class biolockj.module.implicit.parser.ParserModuleImpl
Validate that no biolockj.module.seq modules run after this parser unless a new classifier branch is started.
validateModuleOrder() - Method in class biolockj.module.seq.Multiplexer
This method ensures that the multiplexed data is not passed to other modules.
This must be the last module, or last module before the Email.
verifyAllRowsMapToSeqFile(List<File>) - Method in class biolockj.module.implicit.ImportMetadata
Verify every row (every Sample ID) maps to a sequence file
verifyConfig(ScriptModule) - Static method in class biolockj.util.BashScriptBuilder
If property "pipeline.env" = cluster, require property "cluster.batchCommand", otherwise exit this method.
verifyConfig(BioModule) - Static method in class biolockj.util.PathwayUtil
Verify the HumanN2 Config contains at least one of the following reports are enabled:
"humann2.disableGeneFamilies" "humann2.disablePathCoverage" "humann2.disableGeneFamilies"
verifyHeader(String, List<String>, int) - Static method in class biolockj.module.implicit.ImportMetadata
Verify column headers are not null and unique
verifyMetadataFieldsExist(BioModule, String, Collection<String>) - Static method in class biolockj.util.RMetaUtil
This method verifies the fields given exist in the metadata file.
verifyPairedSeqs() - Method in class biolockj.module.seq.SeqFileValidator
Verify equal number of forward and reverse read files.
if "seqFileValidator.requireEqualNumPairs"="Y", verify forward and reverse read files have an equal number of reads.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links