- nextflowLogExists() - Static method in class biolockj.util.NextflowUtil
-
Return true if the Nextflow log has been saved to the pipeline root directory
- NextflowUtil - Class in biolockj.util
-
This utility builds the Nextflow main.nf used in AWS pipelines.
- NextflowUtil() - Constructor for class biolockj.util.NextflowUtil
-
- NF_LOG - Static variable in class biolockj.util.NextflowUtil
-
The Docker container will generate a nextflow.log file in the root directory, this is the file name
- noNullOrEmptyVals(Collection<Object>) - Static method in class biolockj.util.BioLockJUtil
-
Verify all items in collection are not null and do not have empty toString() values.
- NORMALIZED - Static variable in class biolockj.util.TaxaUtil
-
File suffix appended to normalized taxa count tables: "norm"
- NormalizeTaxaTables - Class in biolockj.module.report.taxa
-
This utility is used to normalize and/or log-transform the raw OTU counts using the formulas:
Normalized OTU count formula = (RC/n)*((SUM(x))/N)+1
Relative abundance formula = Log(log_base) [ (RC/n)*((SUM(x))/N)+1 ]
The code implementation supports (log_base = e) and (log_base = 10) which is configured via
Constants.REPORT_LOG_BASE
property.
- NormalizeTaxaTables() - Constructor for class biolockj.module.report.taxa.NormalizeTaxaTables
-
- NUM_ITERATIONS - Static variable in class biolockj.module.report.otu.RarefyOtuCounts
-
- NUM_LINES_TEMP_FILE - Static variable in class biolockj.module.implicit.Demultiplexer
-
Module splits multiplexed file into smaller files with this number of lines: 2000000
- NUM_MERGED_READS - Static variable in class biolockj.module.seq.PearMergeReads
-
Metadata column name for column that holds number of reads per sample after merging: "Num_Merged_Reads"
- NUM_META_COLS - Static variable in class biolockj.util.RMetaUtil
-
Name of R script variable with metadata column count
- NUM_OTUS - Static variable in class biolockj.module.implicit.parser.ParserModuleImpl
-
- NUM_RAREFIED_READS - Static variable in class biolockj.module.seq.RarefySeqs
-
Metadata column name for column that holds number of rarefied reads per sample: "Num_Rarefied_Reads"
- NUM_READS - Static variable in class biolockj.module.implicit.RegisterNumReads
-
Metadata column name for column that holds number of reads per sample: "Num_Reads"
- NUM_TRIMMED_READS - Static variable in class biolockj.module.seq.TrimPrimers
-
Metadata column name for column that holds number of trimmed reads per sample: "Num_Trimmed_Reads"
- NUM_VALID_READS - Static variable in class biolockj.module.seq.SeqFileValidator
-
Column name that holds number of valid reads per sample: "Num_Valid_Reads"