Forum: Bioinformatics
05-13-2014, 08:05 AM
|
Replies: 1
Views: 5,606
You must install 'gfortran' package, then...
You must install 'gfortran' package, then ./configure, then make. I had the same problem and it worked for me. I got it from here:
http://r.789695.n4.nabble.com/R-3-0-1-g77-errors-td4676434.html
...
|
Forum: Bioinformatics
03-10-2010, 07:34 AM
|
Replies: 42
Views: 112,094
Thanks a lot. By "these are not currenly...
Thanks a lot. By "these are not currenly standardized" do you mean that values for this tags are not pre-defined (e.g., '454', 'Illumina', and 'solid' for PL tag) so that they can be freely selected?
|
Forum: Bioinformatics
03-10-2010, 04:33 AM
|
Replies: 42
Views: 112,094
In this wike, one can found the following...
In this wike, one can found the following commands:
perl -e 'print "@RG\tID:ga\tSM:hs\tLB:ga\tPL:Illumina\n@RG\tID:454\tSM:hs\tLB:454\tPL:454\n"' > rg.txt
samtools merge -rh rg.txt - ga.bam...
|
Forum: Bioinformatics
02-25-2010, 09:40 AM
|
Replies: 78
Views: 33,941
I think I've found a minor bug in an error...
I think I've found a minor bug in an error message raised by solid2fastq.pl script distributed with bwa when it founds a mismatching name in the .csfasta and .qual input files:
The following line...
|
Forum: RNA Sequencing
02-23-2010, 01:01 AM
|
Replies: 21
Views: 19,526
|
Forum: RNA Sequencing
02-22-2010, 06:04 AM
|
Replies: 21
Views: 19,526
|
Forum: RNA Sequencing
02-22-2010, 04:04 AM
|
Replies: 21
Views: 19,526
Is it possible to get these scripts? I've also...
Is it possible to get these scripts? I've also written one of them, but I'm a biologist and not very experienced in optimizing memory resources in my code, so that my script takes days to finish and,...
|
Forum: RNA Sequencing
02-18-2010, 09:25 AM
|
Replies: 21
Views: 19,526
|
Forum: Bioinformatics
02-16-2010, 08:45 AM
|
Replies: 7
Views: 4,625
I've found such a tool in the bin directory of...
I've found such a tool in the bin directory of Corona_Lite distribution. Its name is encodeFasta.py. It could be used for several interconversions (color-space, double-encoded, nucleotide-space).
...
|
Forum: Bioinformatics
02-16-2010, 06:59 AM
|
Replies: 7
Views: 4,625
|
Forum: Bioinformatics
02-13-2010, 03:06 PM
|
Replies: 78
Views: 33,941
Hi, Lisa. As you can see in previous posts, it...
Hi, Lisa. As you can see in previous posts, it seems to be related to a wrong construction of the fastq file by the solid2fastq (or similar) script. At least in my case, using the last solidfastq...
|
Forum: Bioinformatics
02-10-2010, 08:16 AM
|
Replies: 21
Views: 6,389
Maybe this is not true, since I have a 250,000...
Maybe this is not true, since I have a 250,000 reads fastq file producing the memory corruption error, whereas the two 125,000 reads fastq files obtained by splitting it did not cause the error....
|
Forum: Bioinformatics
02-10-2010, 06:39 AM
|
Replies: 21
Views: 6,389
I think BFAST author follows closely this...
I think BFAST author follows closely this forum...
BTW, it seems that BFAST does not like some read/s, so that memory corruption error only appears in subsets of reads having it/them. This would...
|
Forum: Bioinformatics
02-10-2010, 05:44 AM
|
Replies: 78
Views: 33,941
|
Forum: Bioinformatics
02-10-2010, 05:33 AM
|
Replies: 21
Views: 6,389
|
Forum: Bioinformatics
02-10-2010, 03:40 AM
|
Replies: 78
Views: 33,941
|
Forum: Bioinformatics
02-09-2010, 01:43 PM
|
Replies: 5
Views: 2,030
In BFAST book, you can find the following: 'If...
In BFAST book, you can find the following: 'If you wish to have a secondary set of indexes, which are used if no matches are found in the main set of indexes, use the -I option'. So, I thought that...
|
Forum: Bioinformatics
02-09-2010, 09:57 AM
|
Replies: 5
Views: 2,030
|
Forum: Bioinformatics
02-09-2010, 09:54 AM
|
Replies: 5
Views: 2,030
BFAST error in FindMatchesInIndexSet function
Hi all,
I successfully went along the first steps of BFAST pipeline, including the indexes creation, but got the below copied error when running 'bfast match' step with the following command for a...
|
Forum: Bioinformatics
02-08-2010, 04:43 AM
|
Replies: 9
Views: 7,022
|
Forum: Bioinformatics
02-08-2010, 02:47 AM
|
Replies: 78
Views: 33,941
solved
In my case, using the solid2fastq.pl shipped with the SVN above indicated solved the problems: fastq file is correctly produced (read names are properly trimmed), and using that fastq file does not...
|
Forum: Bioinformatics
02-08-2010, 02:30 AM
|
Replies: 9
Views: 7,022
|
Forum: Bioinformatics
02-05-2010, 02:52 PM
|
Replies: 78
Views: 33,941
|
Forum: Bioinformatics
02-05-2010, 06:21 AM
|
Replies: 78
Views: 33,941
I didn't realize that bwa includes its own...
I didn't realize that bwa includes its own solid2fastq.pl...
I've just tried it and seems to work fine: running 'bwa aln' with the fastq file produced in this way does not raises the segmentation...
|
Forum: Bioinformatics
02-03-2010, 01:40 AM
|
Replies: 78
Views: 33,941
I've tried the solid2fastq C-version of BFAST...
I've tried the solid2fastq C-version of BFAST 0.6.3a. It worked apparently fine, since read names are not truncated as original csfastaToFastq script does. However, using the fastq produced by...
|