Mercurial > repos > iuc > virannot_otu
comparison rps2tsv.py @ 1:7e160902125e 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:08:48 +0000 |
| parents | e924ab4ab00a |
| children | 96aafcc372f7 |
comparison
equal
deleted
inserted
replaced
| 0:e924ab4ab00a | 1:7e160902125e |
|---|---|
| 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 |
