zanglab / SICER2

MIT License
20 stars 15 forks source link

Custom genome adding #15

Closed El-Castor closed 2 years ago

El-Castor commented 2 years ago

Hi,

I am trying your new version of sicer but when I tried to install my custom genome at the step were you suggest to do pip install -e at the bottom of the repo of SICER2 it dind't work, pip say that I have to give one arguments as you can see below :


Usage:   
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

-e option requires 1 argument

Do you have any suggestion ?

Thank a lot in advance

El-Castor commented 2 years ago

Sorry I find my error ...