improvement: use wc
to count bp instead of summing contig header info for abundance
#124
Labels
enhancement
New feature or request
For abundance calculation we need to get bp of genome, currently we do this based on the contig headers info, although this can become problematic for genomes assembled by different tools (e.g. shovill renames them iirc). Replace this with a simple
wc
command to count bases in fastametaGEM/workflow/Snakefile
Lines 1118 to 1124 in a4daea0
The text was updated successfully, but these errors were encountered: