-
Notifications
You must be signed in to change notification settings - Fork 15
Commands
Command | Description |
---|---|
biolockj [config_path] | Start a pipeline using the Configuration properties in [config_path]. Pipeline output directory is created under $BLJ_PROJ. |
blj_build | Run build.xml ant script to build BioLockJ.jar from Java source code. |
blj_complete | Manually completes the current module and pipeline status. |
blj_config | The install script updates ~/.bash_profile to call blj_config. Adds BioLockJ Commands into your $PATH & sets program variables: $BLJ: BioLockJ application directory. $BLJ_SCRIPT: BioLockJ script directory containing executable script files. $BLJ_PROJ: Root pipeline directory used in multiple Commands. |
blj_downlaod | If on cluster, print command syntax to download current or most recent $BLJ_PROJ pipeline analysis to your local workstation directory: pipeline.downloadDir. |
blj_functions | This script contains common functions used in BioLockJ. |
blj_go | Go to most recent $BLJ_PROJ pipeline & list contents. |
blj_log | Tail last 1K lines from current or most recent $BLJ_PROJ pipeline log file. |
blj_reset | Reset pipeline status to incomplete. If restarted, execution will start with the current module. |
blj_summary | Print current or most recent $BLJ_PROJ pipeline summary. |
BioLockJ: data-wrangling done right.
Getting Started
Dependencies
Installation
Configuration
Commands
Example Pipeline
Failure Recovery
Validation
Building Modules
API
FAQ
Sequence Processing Modules
AwkFastaConverter
Gunzipper
KneadDataSanitizer
Multiplexer
PearMergeReads
RarefySeqs
SeqFileValidator
TrimPrimers
Classifier Modules
for whole genome sequences
Humann2Classifier
KrakenClassifier
Kraken2Classifier
Metaphlan2Classifier
for 16S sequences
QiimeClosedRefClassifier
QiimeDeNovoClassifier
QiimeOpenRefClassifier
RdpClassifier
Report Modules
general
Email
JsonReport
for otu tables
CompileOtuCounts
RarefyOtuCounts
RemoveLowOtuCounts
RemoveScarceOtuCounts
for taxa tables
AddMetadataToOtuTables
BuildTaxaTables
LogTransformTaxaTables
NormalizeTaxaTables
for pathway tables
AddMetadataToPathwayTables
RemoveLowPathwayCounts
RemoveScarcePathwayCounts
for statistics and visualization
R_CalculateStats
R_PlotEffectSize
R_PlotMds
R_PlotOtus
R_PlotPvalHistograms