sudo su
bash
cd /usr/local; rm -rf /sw; curl -O http://derringer.genetics.utah.edu/MWAS_devel/gcc; chmod a+x gcc; mkdir bin; mv -f gcc bin; export PATH=/usr/local/bin:$PATH; cd /usr/local; curl -O http://softlayer.dl.sourceforge.net/project/fink/fink/0.29.10/fink-0.29.10.tar.gz; tar -zxvf fink-0.29.10.tar.gz; cd fink-0.29.10; ./bootstrap /sw < /dev/null; /sw/bin/pathsetup.sh </dev/null; fink selfupdate < /dev/null; fink scanpackages < /dev/null; apt-get update < /dev/null; echo Y > empty; apt-get install libgettext3-dev=0.14.5-2 < empty; rm -f empty; fink install glib < /dev/null; fink install glib2-dev < /dev/null; cd ..; rm -rf fink-0.29.10*; curl -O http://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0.tar.gz; tar -zxvf exonerate-2.2.0.tar.gz; cd exonerate-2.2.0; ./configure; make; make install; cd ..; rm -rf exonerate-2.2.0*;
exonerate
Dear Dr. Holt,
I am a PhD student from UCD in Dublin, Ireland. I am currently trying
to install exonerate as part of the installation of Maker and I seem
to be incapable of making it work.
I tried to follow the instructions here:
http://groups.google.com/group/maker-devel/browse_thread/thread/2945997683e00fc3#
but I failed. I don't know where to put the gcc file (as if I type
"cd" only I still have several levels before the directory I get sent
to) and I am having trouble with fink. I do not have any "bin" folder
in sw/, so I don't have any /sw/bin/pathsetup.sh or such.
Could you tell me what I am doing wrong? Any suggestion?
THanks for your time.
Best regards,
Alessandro Riccombeni
sudo su
bash
cd /usr/local; rm -rf /sw; curl -O http://derringer.genetics.utah.edu/MWAS_devel/gcc; chmod a+x gcc; mkdir bin; mv -f gcc bin; export PATH=/usr/local/bin:$PATH; cd /usr/local; curl -O http://softlayer.dl.sourceforge.net/project/fink/fink/0.29.10/fink-0.29.10.tar.gz; tar -zxvf fink-0.29.10.tar.gz; cd fink-0.29.10; ./bootstrap /sw < /dev/null; /sw/bin/pathsetup.sh </dev/null; fink selfupdate < /dev/null; fink scanpackages < /dev/null; apt-get update < /dev/null; echo Y > empty; apt-get install libgettext3-dev=0.14.5-2 < empty; rm -f empty; fink install glib < /dev/null; fink install glib2-dev < /dev/null; fink selfupdate < /dev/null; fink scanpackages < /dev/null; apt-get update < /dev/null; echo Y > empty; apt-get install libgettext3-dev=0.14.5-2 < empty; rm -f empty; fink install glib2-dev < /dev/null; cd ..; rm -rf fink-0.29.10*; curl -O http://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0.tar.gz; tar -zxvf exonerate-2.2.0.tar.gz; cd exonerate-2.2.0; ./configure; make; make install; cd ..; rm -rf exonerate-2.2.0*;
Dear Dr. Holt,
a colleague of mine, while I was waiting for your reply, suggested me
to change the configure file. I changed
GCC
to
GCC -m32
and exonerate seemed to install fine.
I ended up installing all the fundamental parts, keeping the ncbi
blast 2.2.22 I already had, as my colleagues only had a compiled
wublast for Linux.
Maker seems to work now, but I have two questions:
-RepeatMasker seems to take a lot of time: is it supposed to be the
longest step, or could I be doing something wrong? I can also see that
only 100MB of memory are being used;
-I successfully ran maker with the example data, but when I try to use
my own data I fail, getting a failed chunk at level 10, when doing
blastx, because of an empty database.
I am using 3 files:
genome sequence from species A, a multifasta with nt sequence;
transcript sequence from species B;
protein sequences from species B.
Compared to the options I used for the example data, I am not using
est evidence (Est) but only another species' transcript (altest) and I
didn't specify anything in the predictor model, where I used
est2genome for the example data. Is one of these 2 differences the
cause of an empty blast db? I don't understand the cause of the error.
Still, everything worked for the example data you provided... please
let me know if you have any suggestion, and thanks for your time (and
for maker, as well!).
Thanks,
ALessandro R.