-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies errors #47
Comments
Dear @amrdavila, thank you for posting the issue. It seems that you are trying to build VizBin from scratch. Could you please try if downloading, unzipping and running the application from the Releases page would work? Best, Cedric |
Thanks ! The compiled .jar works. However, by using a 269MB fasta file just got this error:
|
That is strange indeed.
Can you please check the input file? Thank you! Cedric |
I just tried the 1.0.0 release on EqualSet01.fa and it worked fine. It seems that, for some unclear reason, you have many sequences that are recognized as "short". Would there be any chance you could share, say, the first 150 sequences > 1kbp with me, e.g., via email? Best, Cedric |
Just downloaded the latest version
from GitHub:
https://github.com/claczny/VizBin
when running the setup I got these errors:
Downloads/VizBin/setupUbuntu.sh
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgsl-dev' instead of 'libgsl0-dev'
Package openjdk-7-jre is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libgsl0ldbl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libgsl2 libgsl2:i386
Package openjdk-7-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'openjdk-7-jre' has no installation candidate
E: Package 'libgsl0ldbl' has no installation candidate
E: Package 'openjdk-7-jdk' has no installation candidate
real 0m0.399s
user 0m0.376s
sys 0m0.012s
fatal: destination path 'osxcross' already exists and is not an empty directory.
Downloads/VizBin/setupUbuntu.sh: line 14: cd: tarballs: No such file
or directory
Downloads/VizBin/setupUbuntu.sh: line 18: ./build.sh: No such file or directory
real 0m0.000s
user 0m0.000s
sys 0m0.000s
Downloads/VizBin/setupUbuntu.sh: line 19: ./build_gcc.sh: No such file
or directory
real 0m0.000s
user 0m0.000s
sys 0m0.000s
mkdir: cannot create directory ‘boost’: File exists
--2019-12-03 12:06:39--
http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fboost%2Ffiles%2Fboost%2F1.55.0%2F&ts=1402397648&use_mirror=softlayer-ams
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
Connecting to downloads.sourceforge.net
(downloads.sourceforge.net)|216.105.38.13|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2019-12-03 12:06:39 ERROR 403: Forbidden.
fatal: destination path 'mxe' already exists and is not an empty directory.
make: *** No rule to make target 'gcc'. Stop.
real 0m0.003s
user 0m0.000s
sys 0m0.000s
I already has openjdk-8 (jdk and jre) installed and cannot downgrade to
openjdk-7 because I am using Linux Mint Sarah 18
My (Mint) system:
4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
Any tips ?
The text was updated successfully, but these errors were encountered: