\documentclass[12pt,a4paper]{article} \begin{document} \begin{table}[ht] \begin{center} \caption{All statistics are based on contigs of size $\geq$ 200 bp, unless otherwise noted (e.g., "\# contigs ($\geq$ 0 bp)" and "Total length ($\geq$ 0 bp)" include all contigs).} \begin{tabular}{|l*{1}{|r}|} \hline Assembly & spades \\ \hline \# total reads & 118812031 \\ \hline \# left & 59370898 \\ \hline \# right & 59370898 \\ \hline \# mapped & 118475612 \\ \hline Mapped (\%) & 99.72 \\ \hline \# properly paired & 117710756 \\ \hline Properly paired (\%) & 99.07 \\ \hline \# singletons & 234863 \\ \hline Singletons (\%) & 0.2 \\ \hline \# misjoint mates & 374170 \\ \hline Misjoint mates (\%) & 0.31 \\ \hline Avg. coverage depth & 3188 \\ \hline Coverage $\geq$ 1x (\%) & 100.0 \\ \hline Coverage $\geq$ 5x (\%) & 99.92 \\ \hline Coverage $\geq$ 10x (\%) & 99.76 \\ \hline \end{tabular} \end{center} \end{table} \end{document}