MDU-PHL / ngmaster

In silico multi-antigen sequence typing for Neisseria gonorrhoeae (NG-MAST)
GNU General Public License v3.0
6 stars 5 forks source link

Need instructions on how to install git version #16

Closed tseemann closed 8 years ago

tseemann commented 8 years ago

Specifically

% git clone ... pip install --user ngmaster/ %

The trailing slash is critical.

And tell them it will be in $HOME/.local/bin !

andersgs commented 8 years ago

By default, yes, the binary will be in $HOME/.local/bin, but it can be specified to something else at install:

--install-option <options>  Extra arguments to be supplied to the setup.py install command (use like --install-option
                          ="--install-scripts=/usr/local/bin"). Use multiple --install-option options to pass multiple
                          options to setup.py install. If you are using an option with a directory path, be sure to use
                          absolute path.

There is more info in response to #15 on a way that does not need to git clone first.

I'll update the README.

andersgs commented 8 years ago

These are now addressed in pull request #18.