Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 527 Bytes

TAMA-singularity

A definition file for building TAMA singularity container

Building container

sudo singularity build TAMA.{sif, def}

Using TAMA

There are two main Python scripts in TAMA:

  • tama_collapse.py
  • tama_merge.py

They can be run as follows:

singularity exec TAMA.sif tama_collapse.py -h
singularity exec TAMA.sif tama_merge.py -h