![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
create scaffold file from contig file and agp file? | Wallysb01 | Bioinformatics | 2 | 05-10-2016 02:53 AM |
how to create output directory folder on velvet | suhalsuhaimi | Bioinformatics | 5 | 12-28-2014 05:04 AM |
Create .bed file from Genbank file | ksw9 | Bioinformatics | 4 | 09-07-2014 03:52 PM |
How to create count table for SOAP output? | ahmadsam | Bioinformatics | 1 | 08-26-2014 09:51 AM |
parsing blast output using filters using regular perl | newbie2this | Bioinformatics | 0 | 11-10-2012 06:02 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: India Join Date: Jun 2015
Posts: 2
|
![]()
I have two files.One file contains blast result of contigs and the next file contains the contigs that are used for blast.I want an output text file of sequences in a separate folder which gives no hits in blast result from original fasta file with all contigs.I have no idea about this.Can you please help me to create perl script for this problem.
Help me pleaseee... Last edited by vineetha; 06-30-2015 at 10:22 PM. |
![]() |
![]() |
![]() |
#2 |
Banned
Location: USA Join Date: Apr 2015
Posts: 2
|
![]()
I want to ask this question too.
|
![]() |
![]() |
![]() |
#3 |
Senior Member
Location: San Diego Join Date: May 2008
Posts: 912
|
![]()
I don't think anyone wants to write a blast parser for you. If you are using blast from the command line, you can tell it to format the output a number of ways, one of those ways might be easier to parse for what you want.
|
![]() |
![]() |
![]() |
#4 |
Registered Vendor
Location: Eugene, OR Join Date: May 2013
Posts: 521
|
![]()
If you want an output file with the "no hits", you could just grep the blast file for "no hits", with -B to grab the query, then grep that to get all the querys only, then grep the blast file with the query file using -f and with grep -A to get the sequence itself. Need to convert the fasta file to single line fasta, though.
__________________
Providing nextRAD genotyping and PacBio sequencing services. http://snpsaurus.com |
![]() |
![]() |
![]() |
Thread Tools | |
|
|