Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nicedad
    Member
    • May 2011
    • 49

    detect orthologs using reciprocal BLAST

    Hi everyone,
    I have to detect orthologs between two species using reciprocal BLAST, i.e. blasting the set A against the set B and then blasting the set B against the
    set A. which means that am gona blast fasta file A aginst fasta file B (as the database or subject) and then blasting fasta ifle B agains fasta file A (as the database or subject).
    The blast operation itself went properly with two .CVS files. my proplem now is to compair these two files that resulting from the tow blasting operations.
    Thus one needs to use the above mentioned algorithm (reciprocal BLAST).

    I used a python script called find-reciprocal.py which is can be found here



    this script need two other models, which can be found here


    Unfortunately, I always get the following error form python interpreter:
    error line 49 d1 = load_csv_to_dict(in_file_1) not known
    error line 14 for (query_name, subject_name, score,expect) in csv.reader(open(filename)):


    Seemingly, the .csv files have not been recognized!

    hope there is a help in here
    cheers,
    Last edited by nicedad; 06-07-2012, 06:28 AM. Reason: forgot something
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Have you checked the .csv files to confirm that they look ok (have the expected format)?

    Comment

    • The Snow
      Junior Member
      • Jun 2012
      • 7

      #3
      I had a problem like this when I prepared the csv using Excel. Try to create it using Linux (e.g. gedit).

      That was my case, I hope can work also for you.

      Fabio

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 10:09 AM
      0 responses
      10 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      19 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      27 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Working...