Mercurial > repos > iuc > virannot_rps2tsv
diff rps2tsv.py @ 3:d1fd5579469d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/virAnnot commit 16701bfbffd605805e847897799251ab748f559f
| author | iuc |
|---|---|
| date | Sun, 08 Sep 2024 14:09:07 +0000 |
| parents | fd7104249a3c |
| children | 998724a43694 |
line wrap: on
line diff
--- a/rps2tsv.py Wed Aug 21 13:13:28 2024 +0000 +++ b/rps2tsv.py Sun Sep 08 14:09:07 2024 +0000 @@ -48,7 +48,7 @@ hsp["evalue"] = hit_evalue hsp["startQ"] = hit_startQ hsp["endQ"] = hit_endQ - hsp["query_id"] = blast_record.query_id + hsp["query_id"] = blast_record.query hsp["cdd_id"] = aln.hit_def.split(",")[0] hsp["hit_id"] = aln.hit_id hsp["query_length"] = blast_record.query_length # length of the query
