\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 & 68205781 \\ \hline \# left & 34082806 \\ \hline \# right & 34082806 \\ \hline \# mapped & 67860537 \\ \hline Mapped (\%) & 99.49 \\ \hline \# properly paired & 54774378 \\ \hline Properly paired (\%) & 80.31 \\ \hline \# singletons & 158246 \\ \hline Singletons (\%) & 0.23 \\ \hline \# misjoint mates & 12866048 \\ \hline Misjoint mates (\%) & 18.86 \\ \hline Avg. coverage depth & 1067 \\ \hline Coverage $\geq$ 1x (\%) & 99.98 \\ \hline Coverage $\geq$ 5x (\%) & 99.78 \\ \hline Coverage $\geq$ 10x (\%) & 99.41 \\ \hline \end{tabular} \end{center} \end{table} \end{document}