\documentclass[12pt,a4paper]{article}
\begin{document}
\begin{table}[ht]
\begin{center}
\caption{All statistics are based on contigs of size $\geq$ 500 bp, unless otherwise noted (e.g., "\# contigs ($\geq$ 0 bp)" and "Total length ($\geq$ 0 bp)" include all contigs).}
\begin{tabular}{|l*{2}{|r}|}
\hline
Assemblies & meta\_contigs\_1 & meta\_contigs\_2 \\ \hline
meta\_ref\_1 & 26.19 & 53.18 \\ \hline
meta\_ref\_2 & 47.59 & 58.40 \\ \hline
meta\_ref\_3 & 54.99 & 65.89 \\ \hline
\end{tabular}
\end{center}
\end{table}
\end{document}
