Skip to content

Commit

Permalink
chore: increase columns to show
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Mar 7, 2024
1 parent 136a155 commit 1d7c5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/notebook/automlst-wrapper.rpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"outfile.parent.mkdir(parents=True, exist_ok=True)\n",
"outfile.write_text(df.to_csv(index=False))\n",
"\n",
"display(HTML(DT(df.loc[:, [\"genome_id\", \"genus_original\", \"species_original\", \"strain\", \"genus\", \"species\"]], scrollX=True)))"
"display(HTML(DT(df.loc[:, [\"genome_id\", \"genus_original\", \"species_original\", \"strain\", \"phylum\", \"class\", \"order\", \"family\", \"genus\", \"species\"]], scrollX=True)))"
]
},
{
Expand Down

0 comments on commit 1d7c5ab

Please sign in to comment.