what does edit makefile exactly mean
1
1
Entering edit mode
7.6 years ago
zizigolu ★ 4.3k

sorry,

in mirdeep installation I read

cd randfold2.0

edit Makefile e.g. emacs Makefile

       change line with INCLUDE=-I. to

       INCLUDE=-I. -Iyour_path_to_squid-1.9g -Lyour_path_to_squid-1.9g

  e.g. INCLUDE=-I. -I/home/Pattern/squid-1.9g/ -L/home/Pattern/squid-1.9g/

does this mean I should go to makefile in ranfold folder and find word INCLUDE=-I and change that to INCLUDE=-I. -

I/home/Pattern/squid-1.9g/ -L/home/Pattern/squid-1.9g or I should type this command in terminal???

software error • 1.8k views
ADD COMMENT
2
Entering edit mode

You actually need to edit the file called "Makefile". Use any editor you like. Even something as mundane as pico/nano would be fine on unix.

ADD REPLY
1
Entering edit mode

I love nano! How dare you call her mundane :P

ADD REPLY
1
Entering edit mode

Your software has a gender?

ADD REPLY
1
Entering edit mode

sorry

what is gender? text editor?

ADD REPLY
2
Entering edit mode

This is not related to the thread. But since you asked, Gender as in male/female. Some languages assign a gender to objects. Perhaps German language does. I don't know.

ADD REPLY
1
Entering edit mode

Yes it's a habit I picked up in Germany. Everything has gender.

ADD REPLY
1
Entering edit mode

I do like Nano as well. Not many know about it or the pine email program which had a similar editor,

ADD REPLY
2
Entering edit mode
7.6 years ago

It indeed means to edit the makefile with e.g. emacs. vim, nano, gedit, or any text editor you like (alternatively, you can also use sed but probably with caution)

Make sure to perform exactly the edit as described, unless you'll come across errors soon.

ADD COMMENT
1
Entering edit mode

sorry I edited makefile with XEmacs text editor but when I tried make I got this error

[izadi@lbox200 randfold-2.0.1]$ make

gcc -c energy_par.c

gcc -c params.c

gcc -c fold.c

gcc -c fold_vars.c

gcc -c utils.c

gcc -O3 -I. -I/usr/data/nfs6/izadi/squid-1.9g/ -L/usr/data/nfs6/izadi/squid-1.9g/ -o randfold params.o energy_par.o fold.o fold_vars.o utils.o randfold.c -lm -lsquid

randfold.c:25:18: fatal error: squid.h: No such file or directory

              ^

compilation terminated.

Makefile:7: recipe for target 'randfold' failed

make: * [randfold] Error 1

ADD REPLY
0
Entering edit mode

Does this help: randfold-2.0.1 installation problem ?

And there is no need to start each post with "sorry", you don't have to be sorry for asking questions.

ADD REPLY
1
Entering edit mode

Thank you,

I tried this page already,

you know long time I am trying to run mirdeep or other tools written in perl but always error, once @genomax2 in a post mentioned that if I could get chance to contact with administrator he can install perl module. today I could email institute administrator but actually I don't know what I should ask him to install for me while installing Math::CDF , Font::TTF and everything giving error.

what in general I should ask him to be installed on my system might be I get rid of these errors???

ADD REPLY
0
Entering edit mode

Do you have the latest perl? Which operating system do you use?

So installation of mirdeep fails? Or running?

ADD REPLY
1
Entering edit mode

I installed the lastest perl myself

im with fedora 22

you know it is too weird, I ran mirdeep2 on one sample successfully but for the second mapper worked but quantifier.pl did not work anymore then I re-installed mirdeep2 but this time nothing works and whenever I am trying install.pl telling

Installing PDF-API2 now

Warning: prerequisite Font::TTF 0 not found.

RNAfold was/is not installed properly

pdf was/is not installed properly

ttf was/is not installed properly

randfold was/is not installed properly

bowtie was/is not installed properly

Please run the install.pl script again to check if everything is properly installed.

[izadi@lbox200 mirdeep2_0_0_8]$ [izadi@lbox200 mirdeep2_0_0_8]$

even I tried mireap, mirnakey, randa, eRNA, IMIR, miarma but all error related to perl

I am totally getting mad and confused :( :( :(

I don't know ask him to install what for me

ADD REPLY
1
Entering edit mode

Most straightforward would be to ask him to install mirdeep2 completely :-)

ADD REPLY
0
Entering edit mode

thank you both

I should go to ranfold folder and edit makefile as you described

ADD REPLY

Login before adding your answer.

Traffic: 2849 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6