Andrey Skvortsov

Results 10 comments of Andrey Skvortsov

Try to add -L/nfs/research1/a/b/Programs/mysql++_install/lib to LIBS variable at line 42. >/usr/bin/ld: cannot find -lmysqlclient Are mysql development files installed? You may try to use pkg-config: ``LIBS += `pkg-config --libs mysqlclient`...

At least the `/usr/bin/ld: cannot find -lmysqlclient` should be gone... > augustus: error while loading shared libraries: libboost_iostreams.so.1.60.0: cannot open shared object file: No such file or directory libboost_iostreams is...

> Unfortunately, this still gives the same error. I sure this errors have simple solution. If the directory /nfs/research1/a/b/Programs/mysql++_install/lib contains *.so or *.a file of libmysql++.so..., and makefile variable LIBS...

The least clear part of installation for me was lpsolve. Which distrbution to use and how to compile. I end up with making autotools build files by hands for a...

I also observe significant speed loss between 0.9 and 2.0: The example run of diamond 0.9.14 and 2.0.9. Query: 518 AA sequences DB: ncbi NR (.dmnd files of 128G, generated...

> I would guess this is due to the runtime repeat masking, so try running with `--masking 0`. Diamond is not very efficient for such small query files, but improvements...

I have same problem: Pepnovo output begins with ``` PepNovo+ Build 20101117 Copyright 2010, The Regents of the University of California. All Rights Reserved. Created by Ari Frank ([email protected]) Initializing...

I'v found thet mzML file I use contains the line `` It describes the format of the elements such as `` But the source in file METADATA/SpectrumLookup.cpp ``` // list...

Can someone help to understand, what's wrong with tests?

Can't realize, why codecov reports significant coverage loss with such a simple and local change, covered by unit test.