FischerJo / FAME

GNU General Public License v3.0
14 stars 4 forks source link

Docker Container #5

Open FischerJo opened 5 years ago

FischerJo commented 5 years ago

There should be a docker container for the tool to avoid version dependency issues with compilers etc.

KerstenBreuer commented 5 years ago

I created one at: https://cloud.docker.com/u/kerstenbreuer/repository/docker/kerstenbreuer/fame

colindaven commented 5 years ago

Singularity is almost always a better or the only option for cluster users (docker not allowed on most clusters). It should be quite easy to convert between the formats though.

KerstenBreuer commented 5 years ago

We are also using all docker containers with singularity. You can use it without conversion like this:

singularity exec docker://kerstenbreuer/fame:0.2 FAME --help