An open API service indexing awesome lists of open source software.

https://github.com/sciencegenome/phylogenomics-apptainer

apptainer image for complete phylogenomics and evolutionary analysis
https://github.com/sciencegenome/phylogenomics-apptainer

apptainer apptainer-container devops devops-platform devops-team high-performance-computing phylogenomics phylogenomics-bioinformatics

Last synced: 8 months ago
JSON representation

apptainer image for complete phylogenomics and evolutionary analysis

Awesome Lists containing this project

README

          

# phylogenomics-apptainer

- a apptainer for the phylogenomics
- it contains all the applications combined in a single container for the phylogenomics.
- it incldues orthofinder, astral, trimal, alignmentGO, raxml and clipkit.
- all the applications required for the genome analysis and genome or gene based phylogenomics.

```
apptainer exec phylogenomics.def

Given an folder of the fasta file you can invoke the apptainer as
apptainer run phylogenomics.sif orthofinder PATH-FASTA-FOLDER
apptainer run phylogenomics.sif astral -h
apptainer run phylogenomics.sif trimal -h
apptainer run phylogenomics.sif alignmentGO -h
apptainer run clipkit -h

```
Gaurav Sablok