matteocereda / RNAmotifs

RNAmotifs is an integrated R, C++, python softwares that evaluates the sequence around differentially regulated alternative exons to identify clusters of short sequences, referred to as multivalent RNA motifs, bound by RNA-binding proteins

Home Page:http://genomebiology.biomedcentral.com/articles/10.1186/gb-2014-15-1-r20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues installing geco++

dbogdano opened this issue · comments

Hello,

I'm running into some issues installing GeCo++. Running make on the downloaded source code gives the following errors:

/c4/home/derek/bin/geco++-0.1.464/geco/geco_base.h:347:63: error: ‘memset’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
         if ( value==0 ) memset ( i_mem,0,sizeof ( T ) *length );

Let me know if I can provide more information. I'm very much looking forward to running RNAmotifs on my data.

Thanks,
Derek

Hi Derek,

You don't need to install GeCo++ since RNAmotifs already contains all dependencies.

Give it a try and let me know.

BW,
Matteo