Forum: Bioinformatics
02-11-2011, 09:46 AM
|
Replies: 3
Views: 3,083
|
Forum: Bioinformatics
02-11-2011, 08:19 AM
|
Replies: 3
Views: 3,083
|
Forum: Events / Conferences
02-09-2011, 05:35 AM
|
Replies: 8
Views: 18,168
You are right this year there were not big...
You are right this year there were not big announcements. There were some memorable talks (Rob Knight comes to my mind). But, as usual, the best of AGBT is the networking and being able to hang out...
|
Forum: Bioinformatics
02-08-2011, 03:33 PM
|
Replies: 1
Views: 1,627
If you want to do it by hand, explore the...
If you want to do it by hand, explore the --prefix option in most configures. That will help you if the package you are working on follows some open sources basic standards.
Also, for alignments,...
|
Forum: General
01-31-2011, 06:35 PM
|
Replies: 1
Views: 1,892
|
Forum: SOLiD
01-26-2011, 05:49 AM
|
Replies: 40
Views: 10,904
|
Forum: SOLiD
01-21-2011, 05:19 AM
|
Replies: 2
Views: 2,290
|
Forum: Bioinformatics
01-17-2011, 07:55 AM
|
Replies: 9
Views: 12,869
1. Tell your sysadmins to install R...
1. Tell your sysadmins to install R (http://www.r-project.org/) in your cluster/machine.
2. Change jvm-args for whatever parameters you want to use. Typically: -Xmx2g for
picard.
|
Forum: Bioinformatics
01-13-2011, 02:39 PM
|
Replies: 5
Views: 2,647
|
Forum: Bioinformatics
01-13-2011, 05:59 AM
|
Replies: 4
Views: 2,865
Also take a look to dnaa...
Also take a look to dnaa (http://sourceforge.net/apps/mediawiki/dnaa/index.php?title=Main_Page), specifically the dwgsim (forked from the maq tool).
|
Forum: Illumina/Solexa
01-12-2011, 04:59 AM
|
Replies: 1
Views: 1,517
The Illumina pipeline is mainly C++ (heavily...
The Illumina pipeline is mainly C++ (heavily relying on the boost lib), perl, python and GNUMake. Using macports (http://www.macports.org/) you should be able to make it run.
Also, if you want to...
|
Forum: Bioinformatics
01-10-2011, 01:38 PM
|
Replies: 1
Views: 1,459
|
Forum: Bioinformatics
01-10-2011, 03:20 AM
|
Replies: 2
Views: 1,839
|
Forum: Bioinformatics
01-07-2011, 03:29 AM
|
Replies: 4
Views: 2,957
I suggest you follow the lessons...
I suggest you follow the lessons (http://mkweb.bcgsc.ca/circos/tutorials/lessons/) from the site. Each lesson has code and the results of the images. Plot is complicated because it is very flexible...
|
Forum: Bioinformatics
01-05-2011, 02:01 PM
|
Replies: 14
Views: 3,704
sammy07, athomma,
Could you please try the...
sammy07, athomma,
Could you please try the git version? That should fix the issue.
$ git clone git://bfast.git.sourceforge.net/gitroot/bfast/bfast
$ sh ./autogen.sh && ./configure && make ...
|
Forum: Bioinformatics
01-05-2011, 07:23 AM
|
Replies: 4
Views: 1,609
|
Forum: Bioinformatics
01-05-2011, 07:12 AM
|
Replies: 2
Views: 1,656
|
Forum: Bioinformatics
01-04-2011, 03:30 AM
|
Replies: 6
Views: 1,880
|
Forum: Bioinformatics
01-03-2011, 11:44 AM
|
Replies: 12
Views: 6,226
Explore samtools reheader and picard's...
Explore samtools reheader and picard's ReplaceSamHeader (command line tools).
Check if they modify the RG field once you add your new header (with your RG).
I don't think they'll change it. In...
|
Forum: Bioinformatics
01-03-2011, 07:26 AM
|
Replies: 14
Views: 3,704
|
Forum: Bioinformatics
01-03-2011, 07:16 AM
|
Replies: 12
Views: 6,226
|
Forum: Bioinformatics
01-02-2011, 05:39 AM
|
Replies: 10
Views: 11,915
Take a look to this...
Take a look to this (http://seqanswers.com/forums/showthread.php?t=8334) thread.
I'd suggest you follow bwa's FAQ advice and rely more in the MAPQ. Still, if you want to
filter uniquely mapped:...
|
Forum: Bioinformatics
12-27-2010, 08:04 AM
|
Replies: 15
Views: 10,540
|
Forum: Bioinformatics
12-27-2010, 06:44 AM
|
Replies: 15
Views: 10,540
|
Forum: Bioinformatics
12-27-2010, 01:57 AM
|
Replies: 15
Views: 10,540
|