Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Remote blast+ skipping query sequences

    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"
    My terminal spits out a ton of errors like this:

    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).
    which means that it's skipping a search because the CPU usage limit was exceeded. Is there anything I can do to make sure it doesn't skip these sequences? They are pretty important.

    Thanks!

  • #2
    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/

    Comment


    • #3
      Also report this as a bug to the NCBI Blast team.

      Comment


      • #4
        You can watch the currently running jobs and the stopped too using the jobs command
        Code:
        $ jobs -l
        The -l is used to show the process ID.
        Regarding the delay between the jobs, this tutorial explains Linux jobs and signals in detail.
        Linux signals and jobs
        Hope that helps!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin


          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X