ncbi / docker

Other
48 stars 32 forks source link

Added an image for igblast #30

Closed boratyng closed 1 year ago

boratyng commented 1 year ago

Dockerfile and scripts in igblast directory.

christiam commented 1 year ago

May I suggest modeling this directory after the contents of https://github.com/ncbi/docker/tree/master/sra-toolkit ?

boratyng commented 1 year ago

May I suggest modeling this directory after the contents of https://github.com/ncbi/docker/tree/master/sra-toolkit ?

@christiam, what do you mean exactly? I see that we can do the Makefile with similar targets, anything else?

christiam commented 1 year ago

May I suggest modeling this directory after the contents of https://github.com/ncbi/docker/tree/master/sra-toolkit ?

@christiam, what do you mean exactly? I see that we can do the Makefile with similar targets, anything else?

I think that replacing the VERSION and build-image.sh files with a single Makefile and instructions on the README.md file will make this directory easier to maintain and use.

christiam commented 1 year ago

I added a small change to the README.md file, see #31