Clinical-Genomics
develop
develop
  • Introduction
  • Documentation
    • Setup
    • References
    • Analysis
    • Parameters
    • Recipes
    • Code
      • Best Practise
      • Adding an env
    • API
      • Define Parameters
      • Download References
      • Identifiers
      • Initiation File
      • Install
      • IO
      • Modules
      • Path
      • Pedigree
      • QC metrics
      • Sample info
      • Tests
        • Log
        • Data
      • Subroutines
    • Cli
Powered by GitBook
On this page
  1. Documentation
  2. API

Install

Version: 1.0

Singularity

singularity:
      [binary_1]: # If empty, expect binary to be in the PATH of the singularity image
      [binary_2]: /path/to/binary # Path to binary in image
      [placeholder]: "no_executable_in_image" # Use ENV variable in singularity image instead of explicit binary
    program_bind_paths: # Optional; Path to be bound to the container
      - /a/path
    uri: [singlularity_image_adress]
PreviousInitiation FileNextIO

Last updated 5 years ago