Thanks a lot!
Each time we upgrade the box, or switch to new box, I have to come here to recall the details.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Thank you mjhsieh!
adding the getopt.h header worked like a magic! make was successful and Amos was installed successfully too.
Cheers,
Armin
Leave a comment:
-
Originally posted by eyeziko View Postg++ -g -O2 -o toAmos_new toAmos_new-toAmos_new.o ../../src/Common/libCommon.a ../../src/AMOS/libAMOS.a ../../src/Foundation/libAMOSFoundation.a -lexpat -lz -lc -lm
/usr/bin/ld: cannot find -lexpat
collect2: error: ld returned 1 exit status
make[3]: *** [toAmos_new] Error 1
make[3]: Leaving directory `/user/amos-3.1.0/src/Converters'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/user/amos-3.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/user/amos-3.1.0'
make: *** [all] Error 2
amos-3.1.0 mjhsieh$ grep -ir expat .
./src/Converters/Makefile.am: -lexpat
./src/Converters/Makefile.in: -lexpat
Leave a comment:
-
Hello everyone,
I run into this error and I am not sure what to do. Seem like other users of AMOS do not have the -lexpath in libAMOSFoundation.a but I do in my installation hence cannot find -lexpath.
Your help will be highly appreciated.
Thank you
My ERROR:
make[3]: Leaving directory `/user/amos-3.1.0/src/Validation'
Making all in Converters
make[3]: Entering directory `/user/amos-3.1.0/src/Converters'
g++ -g -O2 -o toAmos_new toAmos_new-toAmos_new.o ../../src/Common/libCommon.a ../../src/AMOS/libAMOS.a ../../src/Foundation/libAMOSFoundation.a -lexpat -lz -lc -lm
/usr/bin/ld: cannot find -lexpat
collect2: error: ld returned 1 exit status
make[3]: *** [toAmos_new] Error 1
make[3]: Leaving directory `/user/amos-3.1.0/src/Converters'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/user/amos-3.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/user/amos-3.1.0'
make: *** [all] Error 2
Leave a comment:
-
Originally posted by yifangt View PostThank you so much Hsieh!
You saved my days of head-banging-keyboard......
By the way, where is the update info for AMOS/Bambus2 if you know by chance? I went to the homepage but could not find this information. Sourceforge seems not haveing this either, where all the comments are simply "Excellent software" "Easy for use" etc.
I have the same problem, but not I have another:
I have installed AMOS-3.1.0 in Ubuntu 12.04, it was ok, but when I tried to run goBambus2 it did not work. There were some mistakes that I have to change on the script (according to http://amos.git.sourceforge.net/git/...7bcd40;hb=HEAD
). I continued editing the file until no error warning appeared on the command prompt.
Now, I am trying to check if Bambus runs ok, so I am using some example files from: http://www.ncbi.nlm.nih.gov/pubmed/21400694 and http://sourceforge.net/projects/amos/files/sample_data/, using KVP40 data. And now it says "mate pair info not present". So I do not know what I am doing wrong.
I would appreciate any help
Do you check Bambus2 with any data?
Nadia
Leave a comment:
-
Originally posted by pari_89 View PostHello, I am trying to install amos-cmp version 3.1.0 as well. Can you please tell me where to download and how to install those packages:
WARNING! BLAT was not found but is required to run minimus2-blat
install BLAT if planning on using minimus2-blat
WARNING! Boost graph toolkit was not found but is required to run parts of the AMOS Scaffolder (Bambus 2)
install Boost or locate Boost with configure to build Scaffolder
see config.log for more information on what went wrong
I am trying to look for a step by step installation but not getting one. Can you please help?
Thank you.
boost libraries: http://www.boost.org/
Leave a comment:
-
Hello, I am trying to install amos-cmp version 3.1.0 as well. Can you please tell me where to download and how to install those packages:
WARNING! BLAT was not found but is required to run minimus2-blat
install BLAT if planning on using minimus2-blat
WARNING! Boost graph toolkit was not found but is required to run parts of the AMOS Scaffolder (Bambus 2)
install Boost or locate Boost with configure to build Scaffolder
see config.log for more information on what went wrong
I am trying to look for a step by step installation but not getting one. Can you please help?
Thank you.
Leave a comment:
-
Originally posted by mjhsieh View PostAdd this in the front group of src/Align/find-tandem.cc file, yes, this is a hack, but a sensible one.
Code:#include <getopt.h>
Mjhsieh, thank you so much for sharing the tip with us.
You saved me a lot of time while configuring AMOS.
Thank you and have great weekend,
Regards,
Natasha
Leave a comment:
-
Originally posted by yifangt View PostThank you so much Hsieh!
You saved my days of head-banging-keyboard......
By the way, where is the update info for AMOS/Bambus2 if you know by chance? I went to the homepage but could not find this information. Sourceforge seems not haveing this either, where all the comments are simply "Excellent software" "Easy for use" etc.
Leave a comment:
-
Thank you so much Hsieh!
You saved my days of head-banging-keyboard......
By the way, where is the update info for AMOS/Bambus2 if you know by chance? I went to the homepage but could not find this information. Sourceforge seems not haveing this either, where all the comments are simply "Excellent software" "Easy for use" etc.
Leave a comment:
-
According to http://sourceforge.net/p/amos/code/c...e/goBambus2.py , it probably should be:
Code:68 xopt_dict[mopt] = xopt_dict[opt] = 1
Leave a comment:
-
amos (goBambus2) running problem
Hello,
I met all the problems described above, and fixed them according to some suggestions. It seems AMOS3.1.0 has been installed now in my box (Ubuntu12.10), but I always got error when I ran goBambus2:
Code:$ goBambus2 /storage/S050611192024.fasta --all --contigs Traceback (most recent call last): File "/home/download-software/amos-3.1.0/bin/goBambus2", line 68, in <module> xopt_dict[sopt] = xopt_dict[sopt] = 1 NameError: name 'sopt' is not defined
Code:54 for opt in opt_dict.keys(): 55 opt_dict[opt] = [] 56 for opt in sys.argv[3:]: 57 opt_list = opt.split(",") 58 mopt = opt_list[0] 59 mopt = mopt.replace("-", "") 60 xopt = opt_list[1:] 61 62 if mopt in opt_dict.keys(): 63 if len(xopt) == 0: 64 xopt = [" "] 65 opt_dict[mopt] = xopt 66 else: 67 try: 68 xopt_dict[sopt] = xopt_dict[sopt] = 1 69 except KeyError: 70 pass
YifangLast edited by yifangt; 05-31-2013, 08:50 AM.
Leave a comment:
Latest Articles
Collapse
-
by seqadmin
Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.
Long-Read Sequencing
Long-read sequencing has seen remarkable advancements,...-
Channel: Articles
12-02-2024, 01:49 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Newborn Genomic Screening Shows Promise in Reducing Infant Mortality and Hospitalization
by seqadmin
Started by seqadmin, Today, 08:22 AM
|
0 responses
6 views
0 likes
|
Last Post
by seqadmin
Today, 08:22 AM
|
||
Started by seqadmin, 12-02-2024, 09:29 AM
|
0 responses
167 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:29 AM
|
||
Started by seqadmin, 12-02-2024, 09:06 AM
|
0 responses
59 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:06 AM
|
||
Started by seqadmin, 12-02-2024, 08:03 AM
|
0 responses
49 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 08:03 AM
|
Leave a comment: