Closed mictadlo closed 8 years ago
FALCON_unzip is supposed to run in the FALCON environment. It seems that you did not install it it, please check https://github.com/PacificBiosciences/FALCON-integrate/wiki/Installation to see how to install the FALCON environment.
Hi, when I download https://github.com/PacificBiosciences/FALCON-integrate/archive/v0.4.2.tar.gz
folders such as DALIGNER, DAZZ_DB, ... are empty, too.
GitHub does not archive git-submodules. You would have to grab their archives separately.
IMO, it's much easier to use git directly:
git clone FALCON-integrate (from wherever)
cd FALCON-integrate
git checkout 0.4.2
git submodule update --init
See the wiki Jason posted above.
Hi, I downloaded
wget -c https://github.com/PacificBiosciences/FALCON_unzip/archive/funzip_052016.tar.gz
, but the FALCON folder is empty and probably therefore I'm getting:Could you please add the content to FALCON inside the tar.gz?
Thank you in advance.
Mic