Skip to main content

genomedata

Link to section 'Introduction' of 'genomedata' Introduction

Genomedata is a format for efficient storage of multiple tracks of numeric data anchored to a genome. The format allows fast random access to hundreds of gigabytes of data, while retaining a small disk space footprint.

BioContainers: https://biocontainers.pro/tools/genomedata
Home page: http://pmgenomics.ca/hoffmanlab/proj/genomedata/

Link to section 'Versions' of 'genomedata' Versions

  • 1.5.0

Link to section 'Commands' of 'genomedata' Commands

  • python
  • python3
  • genomeCoverageBed
  • genomedata-close-data
  • genomedata-erase-data
  • genomedata-hardmask
  • genomedata-histogram
  • genomedata-info
  • genomedata-load
  • genomedata-load-assembly
  • genomedata-load-data
  • genomedata-load-seq
  • genomedata-open-data
  • genomedata-query
  • genomedata-report

Link to section 'Module' of 'genomedata' Module

You can load the modules by:

module load biocontainers
module load genomedata

Link to section 'Example job' of 'genomedata' Example job

Using #!/bin/sh -l as shebang in the slurm job script will cause the failure of some biocontainer modules. Please use #!/bin/bash instead.

To run genomedata on our clusters:

#!/bin/bash
#SBATCH -A myallocation     # Allocation name
#SBATCH -t 1:00:00
#SBATCH -N 1
#SBATCH -n 1
#SBATCH --job-name=genomedata
#SBATCH --mail-type=FAIL,BEGIN,END
#SBATCH --error=%x-%J-%u.err
#SBATCH --output=%x-%J-%u.out

module --force purge
ml biocontainers genomedata
Helpful?

Thanks for letting us know.

Please don't include any personal information in your comment. Maximum character limit is 250.
Characters left: 250
Thanks for your feedback.