Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
📖 DOC: Complete README
Browse files Browse the repository at this point in the history
  • Loading branch information
sguizard committed Feb 15, 2021
1 parent 97dd909 commit d0ee9f9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# 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:

### [tama_collapse.py](https://github.com/GenomeRIK/tama/wiki/Tama-Collapse)
```
singularity exec TAMA.sif tama_collapse.py -h
```

### [tama_merge.py](https://github.com/GenomeRIK/tama/wiki/Tama-Merge)
```
singularity exec TAMA.sif tama_merge.py -h
```

0 comments on commit d0ee9f9

Please sign in to comment.