PacificBiosciences / FALCON_unzip

Making diploid assembly becomes common practice for genomic study
BSD 3-Clause Clear License
30 stars 18 forks source link

Binaries installation error #129

Closed ghannum closed 6 years ago

ghannum commented 6 years ago

After installing the binaries according to the instructions, running fc_run results in the following error:

echo $LD_LIBRARY_PATH /usr/local/lib

fc_run Traceback (most recent call last): File "/usr/local/bin/fc_run", line 7, in from falcon_kit.mains.run1 import main ImportError: No module named falcon_kit.mains.run1

ghannum commented 6 years ago

Found a solution. Add the PYTHONPATH to the installation steps: export PYTHONPATH=/usr/local/lib/python2.7/site-packages