Random seed (--seed) is important for reproducibility of taxonomy assignment step.
Also allowed for taxonomy assignment step to be skipped with new option --skip_taxa.
Lastly, also fixed error where --ref_species value wasn't being checked to be non-NULL, which would result in non-descriptive error if option not set when --skip_species not set.
Random seed (
--seed
) is important for reproducibility of taxonomy assignment step.Also allowed for taxonomy assignment step to be skipped with new option
--skip_taxa
.Lastly, also fixed error where
--ref_species
value wasn't being checked to be non-NULL, which would result in non-descriptive error if option not set when--skip_species
not set.