Results for "megablast"

Bookmarks

Wire posts

  • Understanding MegaBlast https://gordonlab.wustl.edu/btheta/blast/docs/megablast_readme.html #Blast #BLASTn #MegaBlast #Alignment

    2584 days ago

  • #Target 4 and #HSPS 1 with #blast $ blastn -task megablast -query brkSeq.fa -db myDBAvaga -evalue 1e-5 -num_threads 1 -max_target_seqs 4 -max_hsps 1 -outfmt '6' -out output

    2507 days ago

Bio-Scripts

Tags

  • How to print only the first best hit from blastn tool?

    I used the following command to print the blast hit. [Terminal] blastn -query aaa.fa -db blastdb/nt -evalue 10e-5 -num_threads 4 -max_target_seqs 1 -outfmt '6 qseqid staxid qstart qend sallseqi sstart send evalue length frames qcovs' -out testBlastSee But the outfile print many hits, I only...

    Tags: blastn, blastall, megablast, top, hits

    2584 days ago

  • Converting BLAST output into CSV

    Suppose we wanted to do something with all this BLAST output. Generally, that’s the case - you want to retrieve all matches, or do a reciprocal BLAST, or something. As with most programs that run on UNIX, the text output is in some specific format. If the program is popular enough, there w...

    Tags: Convert, BLAST, output, CSV, blastn, megablast

    2300 days ago

  • +1 more Tags

Comments