PacificBiosciences / FALCON

FALCON: experimental PacBio diploid assembler -- Out-of-date -- Please use a binary release: https://github.com/PacificBiosciences/FALCON_unzip/wiki/Binaries
https://github.com/PacificBiosciences/FALCON_unzip/wiki/Binaries
Other
205 stars 103 forks source link

No rule to make target 'install' #535

Open dezbracaty opened 7 years ago

dezbracaty commented 7 years ago

when i run make install it output " No rule to make target 'install'" how can i solve it

wsuplantpathology commented 7 years ago

@dezbracaty

There is no make install step.


export GIT_SYM_CACHE_DIR=~/.git-sym-cache # to speed things up
git clone git://github.com/PacificBiosciences/FALCON-integrate.git
cd FALCON-integrate
git checkout master  # or whatever version you want
make init
source env.sh
make config-edit-user
make -j all
make test  # to run a simple one
dezbracaty commented 7 years ago

ok , i try it . thank you very much . and can you tell me some guide to install Falcon and use it ? I have no environment and no dependent software , can you help me ? thank you~.