-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
I must say you did great work with BG7. I am trying to use BG7 pipeline for annotation of our Lactobacillus gasseri strain (454 sequencing + Sanger gap closures – in large contigs). Firstly I have question about tBLASTn parameters. What are ussual parameters you use for tBLASTn comparisson (evalue, word size, penalties,…)?
Additionally what Extension_threshold and Overlapping_threshold do you recommend to start with, for this organism?
Secondly I encountered strange error with the PredictGenes program.
Here is the printout of the last few rows:
hit = contig00004 length=117373 numreads=6125
Analyzing hsps hit, there are 1
Entering while... hsps.size()=1
Iteration Q047C0 has 0hits
Iteration Q047E4 has 1hits
hit = contig00009 length=78808 numreads=7139
Analyzing hsps hit, there are 1
Entering while... hsps.size()=1
Iterations finished !!! :)
java.lang.NullPointerException
at com.era7.bioinfo.annotation.PredictGenes.main(PredictGenes.java:446)
C:\Users\PTreven\Downloads\BG7\BG7-master\jars>
Interestingly, this error occurred only when I useed XX_sequences_header_fixed.fna for an input. If I used the original XX_sequences.fna the porgram finished successfully. FixFastaHeaderQC.jar reported no problems.
By the way, I am using Windows 7 on Intel Core i7 3,4 GHz, 8 GB of RAM.
Thank you in advance for all the answers!
PTreven