Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

dandavison/shellfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please note that this software is not maintained.

To compile shellfish you will need a C compiler, and gfortran, BLAS and LAPACK libraries installed. Since this can cause problems, a Dockerfile is included. You can look at the steps in the Dockerfile to see how to install shellfish on Ubuntu linux.

To avoid all compilation problems, you can run the docker container on your own machine, whatever your operating system is. Here is a quick outline of how you might do that:

  1. Install docker (https://docs.docker.com/get-docker/)
  2. Clone this git repo
  3. Put the data files you need into a directory (I assume below that directory is named /tmp/mydata)
  4. Then:
    cd shellfish
    docker build -t shellfish .
    docker run -v /tmp/mydata:/tmp/mydata -it shellfish bash
    # you are now inside a docker container, but it has your /tmp/mydata
    python shellfish.py --help

Releases

No releases published

Packages

No packages published

Languages