![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Novoalign query | arkal | General | 2 | 10-03-2011 06:14 PM |
cufflinks query | seq_newbie | Bioinformatics | 0 | 07-15-2011 08:25 AM |
BFAST bfast.submit.pl configuration | epigen | Bioinformatics | 1 | 03-18-2011 07:51 AM |
strand of query and mate | valei | Illumina/Solexa | 1 | 09-27-2010 05:36 AM |
BEDTools..coverageBed query | Siva | Bioinformatics | 2 | 08-18-2010 12:10 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: texas,us Join Date: Jul 2009
Posts: 3
|
![]()
Hi
I was trying to create indices for the reference genome using bfast 0.6.3.c and also trying to convert the reads. Convert the reference: bfast-0.6.3c/bfast/bfast fasta2brg -f microbial.fa The above command airs out with an error and the error file has the following few last lines as output: [---- [-----53 [-----540,- [-----542,----2000000] [-----545,----2000000] [-----546,----------0]Base:[X] ************************************************************ In function "RGBinaryRead": Fatal Error[OutOfRange]. Variable/Value: original. Message: Not a valid base pair. ***** Exiting due to errors ***** ************************************************************ Can someone point out as to what might be the problem, i guess it is complaining about an invalid base, X in the sequence. How can i workaround this? Convert the reads perl /code/orange/BFAST/bfast-0.6.3c/scripts/ill2fastq.pl what command line options should I choose to convert a file with the name rna_qseq.txt ? Thanks, Nipun |
![]() |
![]() |
![]() |
#2 | ||
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]() Quote:
Code:
grep "X" <ref.fa> Code:
sed -i s_X_N_g <ref.fa> Quote:
Code:
perl ill2fastq.pl -q rna > out.fastq |
||
![]() |
![]() |
![]() |
Thread Tools | |
|
|