GargGroup / BioDivGenomics

MIT License
0 stars 3 forks source link

FASTK: Add Dockerfile and Makefile for convenience. #1

Closed junaruga closed 2 years ago

junaruga commented 2 years ago

Initial files to create Docker images for FASTK.

Install docker or podman command on your environment. Then

$ cd FASTK

Build container

$ make

List up the built commands.

$ make ls
"docker" run --rm -t garg-fastk ls -1 /usr/local/bin
FastK
Fastcp
Fastmerge
Fastmv
Fastrm
Haplex
Histex
Homex
Logex
Profex
Symmex
Tabex
Vennex

Run the commands. I haven't tested the command options yet.

make run
make run CMD='FastK [options]'
make run CMD='Fastrm [options]'