2025-03-05 16:27:12 -05:00
2024-08-13 18:17:38 -04:00
2025-02-24 11:28:38 -05:00
2025-03-05 16:22:54 -05:00
2025-03-05 16:27:12 -05:00

⚠️ ** This is currently being dockerised! ** Use the container at your own peril!

EukPhylo version 1.0

EukPhylo is an updated version of the PhyloToL pipeline from the Katz Lab at Smith College. EukPhylo is a phylogenomic toolkit for processing transcriptomic and genomic data that includes novel phylogeny-informed contamination removal techniques. See our Wiki for more information on installation and usage!

Dockerfile

The docker file can be executed with:

# Build the container
docker build -f Dockerfile.txt . --tag eukphylo:1


# Current command is:
docker run -it \
    --mount type=bind,src=$(pwd)/databases,dst=/Databases \
    --mount type=bind,src=$(pwd)/input_data,dst=/Input_data \
    --mount type=bind,src=$(pwd)/output_data,dst=/Output_data \
    eukphylo:1

After development, GitHub CICD workflows can be added to automatically build and release the dockerfile for the end user.

Description
No description provided
Readme 64 MiB
Languages
Python 97%
Shell 1.9%
R 1.1%