ViennaRNA package installation
I'm trying to install ViennaRNA package on my home directory like
,/configure --prefix=/home/username make install
But it returns the following... * no rule to make target 'install'. stop
Can anyone tell me what seems to be the problem?
software error
rna-seq
• 4,699 views
•
link
written
by
rrsowmya •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Optimizing the parameters k in Abyss
written by Maliha •I want to do genome assembly of chicken. I am trying to optimize the kmer value for AByss using this [tutorial][1] and code - #!/bin/bash …
-
Basic question about using ./configure for installing a software
written by c_uHi, This is a naive question. I am trying to install Jellyfish (http://www.genome.umd.edu/jellyfish.html) on a Mac. For that, their docs say (https://github.com/gmarcais/Jellyfish#installation) - > To …
-
cannot configure or make install samtools 0.1.19
written by trodriguez2011 •I need to install a certain version of samtools (0.1.19) (found at https://sourceforge.net/projects/samtools/). ./configure returns "no such file..." make works correctly (from what I can …
-
Cufflinks installation error
written by saj98Hello everyone I am trying to install cufflinks using the following command `/build_dir/cufflinks-2.2.1.Linux_x86_64$ configure --prefix=/usr/bin/samtools/to/cufflinks/install --with-boost=/usr/bin/to/boost --with-eigen=/home/shaima/build_dir/to/eigen` then it run fine with no error, so …
-
problem in ViennaRNA installation
written by mr.karimi83 •I'm trying to install ViennaRNA package but I face to bellow error: **libtool: install: /usr/bin/install -c .libs/libRNA.lai /usr/local/lib/libRNA.la /usr/bin/install: cannot remove '/usr/local/lib/libRNA.la': Permission denied make[4]: …
-
Installing Stacks on a cluster problem with Make install
written by beausoleilmoI'm installing softwares on a cluster so that I can run a pipeline. Right now, I'm installing [Stacks][1] and seeing an error. This is the …
-
Problems in MEME installation under Cygwin
written by ofirbiology •Hey all, I'm trying to install MEME suite (meme_4.11.0 version) under Cygwin environment. I came across a problem, when running 'make test' I'm getting fails …
-
Installation issues with hmmer2
written by JVHi everyone, I want to use rnammer with my favorite annotation pipeline prokka (as a supposedly more sensitive option than the default-tool barnap). The prokka …
-
miRDeep on Bio Linux
written by quintanamaster •Hi, I've been trying to install miRDeep on Bio Linux but it keeps showing the following error message: ``` --2014-07-26 15:10:17-- http://www.tbi.univie.ac.at/~ivo/RNA/ViennaRNA-1.8.4.tar.gz Resolving www.tbi.univie.ac.at (www.tbi.univie.ac.at)... …
-
ViennaRNA error: ImportError: No module named _RNA
written by tfadgreef •Dear all, I recently compiled ViennaRNA 2.1.7 using the following options: ./configure --prefix=/usr/local/ViennaRNA --with-python make sudo make install However, when I open Python and I …
Is there any
Makefile?Presumably
./configurethrew an error. Look inconfig.logfor details.Thanks. Yes the makefiles are in there. I looked through the configure log file and I get the following warning configure: WARNING: SWIG version >= 2.0.0 is required. You have 1.3.40. Would that be the issue. If so can I resolve the issue at my end? OR do I contact the system admin for it?
In general, it helps if you state on which operating system you are trying to install which particular version of a given package.
The Swig on your system is a fairly old version, which in turns indicates you are running a very old OS. The ViennaRNA devs provide several binary packages, you could try asking your SysAdmin to install one of those binaries. Otherwise, you will have to install a newer SWIG and pass its location to the configure script.
Thank you. I'm trying to install ViennaRNA-2.2.4 (the latest version) on Unix. I will try using other binaries and if the error persists try contacting the SysAdmin.