![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Command line blast with remote option | nupurgupta | Bioinformatics | 2 | 05-18-2012 08:47 AM |
using blast+ for remote blasting | rangel | Bioinformatics | 2 | 03-29-2012 03:30 PM |
Stand Alone Blast Exclude without -remote | tboothby | Bioinformatics | 1 | 02-04-2012 05:03 AM |
Transcriptome Unclassified Blast Query | Giorgio C | Bioinformatics | 0 | 10-28-2010 08:41 AM |
Blast query masking behavior | fungs | Bioinformatics | 0 | 04-09-2010 08:03 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: California Join Date: Jun 2014
Posts: 16
|
![]()
Hi,
I'm running a remote blast on the nr database using some contigs I've assembled and I've noticed that it is skipping many contigs. Here's the command I'm using to search: Code:
time blastx -db nr -query ../results/$sample/contigs/contig.fa -evalue 10 -matrix 'BLOSUM62' -word_size 3 -gapopen 11 -gapextend 1 -max_target_seqs 3 -outfmt "10 qseqid qlen sseqid evalue bitscore sskingdoms stitle sblastnames salltitles scomnames sscblyinames" -out ../results/$sample/blast/$sample-blast.csv -remote -seg "yes" Code:
Error: Error: internal_error: (Severe Error) Blast search error: Details: search failed. # Informational Message: [blastsrv4.REAL]: Error: CPU usage limit was exceeded, resulting in SIGXCPU (24). Thanks! |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,087
|
![]()
You could split the file and then submit individual jobs via a shell script. Add some kind of delay between jobs to avoid overstepping the usage bounds. http://www.cyberciti.biz/faq/linux-u...ash-scripting/
|
![]() |
![]() |
![]() |
#3 |
Peter (Biopython etc)
Location: Dundee, Scotland, UK Join Date: Jul 2009
Posts: 1,543
|
![]()
Also report this as a bug to the NCBI Blast team.
|
![]() |
![]() |
![]() |
#4 |
Junior Member
Location: Egypt Join Date: Aug 2018
Posts: 2
|
![]()
You can watch the currently running jobs and the stopped too using the jobs command
Code:
$ jobs -l Regarding the delay between the jobs, this tutorial explains Linux jobs and signals in detail. Linux signals and jobs Hope that helps! |
![]() |
![]() |
![]() |
Thread Tools | |
|
|