Skip to content

Commit

Permalink
update num_tRNA to num_t_rna for schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
chien-chi committed Oct 9, 2024
1 parent f4ed697 commit 367188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/mbin_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def mag_meta(dbname, output):
tmp_d["num_16s"] = row[13]
tmp_d["num_5s"] = row[14]
tmp_d["num_23s"] = row[15]
tmp_d["num_tRNA"] = row[16]
tmp_d["num_t_rna"] = row[16]
tmp_d["gtdbtk_domain"] = row[17]
tmp_d["gtdbtk_phylum"] = row[18]
tmp_d["gtdbtk_class"] = row[19]
Expand Down

0 comments on commit 367188d

Please sign in to comment.