![]() |
|
|||||||

Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mapping on to custom reference sequence | PratikC | Bioinformatics | 13 | 04-03-2012 12:31 PM |
| bisulphite converted barcoded fragment library for SOLID | ageliki | Sample Prep / Library Generation | 2 | 12-23-2011 11:33 AM |
| adjust solid barcoded adaptors for preparing library from bisulphite converted DNA | ageliki | SOLiD | 1 | 12-22-2011 04:18 PM |
| Bisulphite sequencing - Ion Torrent | arnaud.kr | Ion Torrent | 1 | 11-11-2011 03:06 AM |
| Samtools (sequence alignment/mapping) | wisosonic | Bioinformatics | 2 | 03-28-2011 04:31 AM |
![]() |
|
|
Thread Tools |
|
|
#21 |
|
PostDoc
Location: Turku, Finland Join Date: Mar 2010
Posts: 14
|
Hi Yuanxin,
I am quite interested in BSMAP. I am working on RRBS data from stem cells. I am trying to install BSMAP on my computer (Ubuntu 11.10, 64 bit). But it stops with an error. I posted the error messge at http://code.google.com/p/bsmap/issues/detail?id=7 . Can you fix this! Kalyan |
|
|
|
|
|
#22 | |
|
Junior Member
Location: texas Join Date: Apr 2009
Posts: 6
|
Hi Kalyan,
The error is in compiling samtools, bsmap used samtools API to read SAM files. After google search I found someone experienced similar problems. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606004 Hope this could help Thanks, Yuanxin Quote:
|
|
|
|
|
|
|
#23 |
|
PostDoc
Location: Turku, Finland Join Date: Mar 2010
Posts: 14
|
Hi Yuanxin,
I went through the link suggested by you! I noticed that there was a bug in the samtools in earlier versions which was rectified after 0.1.13 version (I noticed that the samtools you have provided with bsmap is 0.1.7). I tried to overcome this bug by trying to download and install samtools-0.1.17 version from ubuntu repositories. I could install it successfully from repository. I also tried by downloading the sourcecode and compiled it with 'make' command. It workd perfectly. Assuming that problem is in the samtools, I replaced the samtools folder in bsmap with the newer version of samtools source code (0.1.18) and then tried compiling (with 'make'). This option took me few step ahead. Here I am attaching the output of the 'make' command. For me the problem doesnt seem to be in samtools rather it seems to be in some code that links BSMAP and SAMTOOLS (I am not a good programmer, I am learning! Its only my assumption. As a programmer you can analyze better!). |
|
|
|
|
|
#24 | |
|
Junior Member
Location: texas Join Date: Apr 2009
Posts: 6
|
Good to know you solved it. We experienced a runtime error using the later versions of SAMTOOLS on Power7 CPU based system. So BSMAP included an early version SAMTOOLS.
Quote:
|
|
|
|
|
|
|
#25 |
|
PostDoc
Location: Turku, Finland Join Date: Mar 2010
Posts: 14
|
Hi, The problem still xists. I dont know if my message is clear for you. I could successfully install SAMTOOLS as a standalone application. However, I fail to install it when it is part of bsmap. Even if I replace the older version of SAMTOOLS with the newer version inside the BSMAP folder, the problem continues.
I liked the logic of your programme. I am just waiting for a solution to this installation problem. Is it possible for you to send me the executibles for a 64 bit ubuntu system that can work for me (so that I dont need to compile them on mine as this problem persists) |
|
|
|
|
|
#26 |
|
PostDoc
Location: Turku, Finland Join Date: Mar 2010
Posts: 14
|
Hi,
Yes finally the problem is solved. Here I explain the steps that help me resolve the installation steps in Ubuntu 11.04 tweak the makefile in the bsmap directory as follows original line "$(CC) $(FLAGS) $(LIBS) $(REF_MODE) $(OLIGOLEN) $^ -o $@ $(THREAD) -lz -lbam" Change it as "$(CC) $(FLAGS) $(LIBS) $(REF_MODE) $(OLIGOLEN) $^ -o $@ $(THREAD) -lbam -lz" replace the older version of samtools source directory with the new version - 0.1.17 I dont understand why changing the order of "-lz -lbam" to "-lbam -lz" solves this issue. |
|
|
|
|
|
#27 |
|
Member
Location: New Zealand Join Date: Jan 2010
Posts: 19
|
Hi Guys,
Recently we have published a paper in Nucleic Acids research- "Comparison of alignment software for genome-wide bisulphite sequence data". you might find it useful to have a look at it.. http://www.ncbi.nlm.nih.gov/pubmed/22344695 |
|
|
|
|
|
#28 | |
|
Senior Member
Location: Santa Fe, NM Join Date: Oct 2010
Posts: 153
|
Quote:
|
|
|
|
|
|
|
#29 | |
|
Junior Member
Location: houston Join Date: Jun 2010
Posts: 6
|
The BSMAP version (v1.02/v1.2) used in this paper is a bit old. You may want to use the latest version (v2.5) to get an up-to-date comparison.
Quote:
|
|
|
|
|
|
|
#30 |
|
Senior Member
Location: Santa Fe, NM Join Date: Oct 2010
Posts: 153
|
|
|
|
|
|
|
#31 |
|
Member
Location: New Zealand Join Date: Jan 2010
Posts: 19
|
yeah when we were performing the analysis the latest version was 1.2 ( release, April, 2011). every program has newer version each week, this analysis was done at that time with latest versions of all the aligners at that particular time.
Cheers, Aniruddha. |
|
|
|
|
|
#32 |
|
Member
Location: New Zealand Join Date: Jan 2010
Posts: 19
|
Hi Yuanxin,
Thanks, we have solved the problem and it came up with reasonable percentage of methylation. It was useful for the analysis. Thanks. |
|
|
|
|
|
#33 |
|
Member
Location: New Zealand Join Date: Jan 2010
Posts: 19
|
Hi rskr,
We never really thought of trying to do that. We were attempting to see the performance with real RRBS data which we did. I'm not sure that going to the trouble of trying to generate random CpG fragments would have achieved very much at all. Any attempt to 'randomise' the C/T conversions of somehow randomly chosen CpGs can't be guaranteed to reflect real life methylation patterns. Until the rules for positional methylation are more fully understood, attempts to generate randomised data are likely to be influenced by artefacts of the process used. |
|
|
|
|
|
#34 | |
|
Senior Member
Location: Santa Fe, NM Join Date: Oct 2010
Posts: 153
|
Quote:
|
|
|
|
|
|
|
#35 | |
|
Member
Location: New Zealand Join Date: Jan 2010
Posts: 19
|
Quote:
we wanted to give a feel to the molecular biologists that if you have a RRBS dataset and use this widely used aligners, this is what you can get and what are the aspects one should be aware of. and also, a biologists is more likely to will work with real sample to analyse, not on "randomised CpG data". |
|
|
|
|
|
|
#36 | |
|
Senior Member
Location: Santa Fe, NM Join Date: Oct 2010
Posts: 153
|
Quote:
|
|
|
|
|
![]() |
| Tags |
| bisulphite, epigenetics, mapping |
| Thread Tools | |
|
|