This release adds comprehensive support for bioinformatics and computational biology workflows, with enhancements specifically designed for NGS analysis, HPC environments, and large-scale data processing.
track_external_tools(): Track versions of command-line tools (samtools, STAR, BWA, etc.)get_tool_versions(): Retrieve tracked tool versionsAutomatically detects and tracks 18+ common bioinformatics tools
Conda/Mamba Environment Support
track_conda_env(): Export and track conda environmentsrestore_conda_env(): Restore conda environments from YAMLget_conda_env_info(): Retrieve conda environment informationFull support for both conda and mamba
Reference Genome Tracking
track_reference_genome(): Track reference genomes, annotations, and indicesget_reference_info(): Retrieve reference genome informationlist_reference_sources(): Display common reference genome sourcestrack_data() with smart checksumming for large files (>1GB)Automatic algorithm selection based on file size
System Library Detection
capture_system_libraries(): Detect system library versionsEssential for documenting system dependencies
Hardware Information Capture
capture_hardware(): Capture CPU, RAM, and GPU specificationsgenerate_singularity(): Generate Singularity definition filesexport_for_nextflow(): Export data for Nextflow pipelinesexport_for_snakemake(): Export data for Snakemake workflowsexport_for_wdl(): Export data for WDL workflowsexport_for_cwl(): Export data for CWL workflowscompare_snapshots(): Compare two workflow snapshotslist_snapshots(): List all available snapshots with metadatacapture_session(): Capture R version, platform, and system infocapture_environment(): Capture global environment state
Package Management: Complete package version tracking
snapshot_packages(): Create detailed package manifestscreate_renv_lockfile(): Generate renv lockfilesAutomatic dependency graph creation
Data Provenance: Track data files with integrity verification
track_data(): Record data source, checksums, and metadataverify_data(): Verify data integrity via SHA-256 checksumsget_data_lineage(): Retrieve complete data provenance
Parameter Tracking: Document analysis parameters
track_params(): Store analysis parameters with metadataget_param_history(): Retrieve parameter history
Random Seed Management: Reproducible random number generation
set_seed(): Set and track random seedsrestore_seed(): Restore previously tracked seedsComplete RNG state tracking
Script Generation: Create reproducible analysis scripts
generate_repro_script(): Generate executable R scriptscreate_repro_report(): Generate markdown reportsAutomatic integration of all tracked components
Docker Support: Containerization for perfect reproducibility
generate_docker(): Generate Dockerfile and docker-compose.ymlAutomatic system dependency configuration
Workflow Management: Complete workflow orchestration
init_capsule(): Initialize Capsule in projectssnapshot_workflow(): Create complete workflow snapshotsAny scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.