Mercurial > repos > iuc > virannot_rps2tsv
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2:fd7104249a3c | 3:d1fd5579469d |
|---|---|
| 46 hit_endQ = hit.query_end | 46 hit_endQ = hit.query_end |
| 47 hsp["frame"] = hit_frame | 47 hsp["frame"] = hit_frame |
| 48 hsp["evalue"] = hit_evalue | 48 hsp["evalue"] = hit_evalue |
| 49 hsp["startQ"] = hit_startQ | 49 hsp["startQ"] = hit_startQ |
| 50 hsp["endQ"] = hit_endQ | 50 hsp["endQ"] = hit_endQ |
| 51 hsp["query_id"] = blast_record.query_id | 51 hsp["query_id"] = blast_record.query |
| 52 hsp["cdd_id"] = aln.hit_def.split(",")[0] | 52 hsp["cdd_id"] = aln.hit_def.split(",")[0] |
| 53 hsp["hit_id"] = aln.hit_id | 53 hsp["hit_id"] = aln.hit_id |
| 54 hsp["query_length"] = blast_record.query_length # length of the query | 54 hsp["query_length"] = blast_record.query_length # length of the query |
| 55 hsp["description"] = aln.hit_def | 55 hsp["description"] = aln.hit_def |
| 56 hsp["accession"] = aln.accession | 56 hsp["accession"] = aln.accession |
