qiime2 / q2-demux

BSD 3-Clause "New" or "Revised" License
0 stars 20 forks source link

Table header misplaced in demux summarize visualizations #91

Closed ChrisKeefe closed 5 years ago

ChrisKeefe commented 5 years ago

Bug Description The "Sample Name" and "Sequence Count" column headers in the Per-sample sequence counts table produced by qiime demux summarize are misaligned.

Steps to reproduce the behavior

  1. Download demux.qza from the moving pictures tutorial. (or use any other demuxed sequences)
  2. Open a terminal window and navigate to the folder it's in.
  3. Activate a qiime2 environment and run the following: qiime demux summarize --i-data demux.qza --o-visualization demux.qzv
  4. Open the resulting demux.qzv with q2-view, and take note of the positioning of the column headers (below "Per-sample sequence counts").

Expected behavior Column headers will be mis-aligned.

Screenshots demux_table_titles

Computation Environment

References

  1. The table produced by feature-table tabulate-seqs might provide a useful reference.