LangilleLab / microbiome_helper

A repository of bioinformatic scripts, SOPs, and tutorials for analyzing microbiome data.
GNU General Public License v3.0
433 stars 205 forks source link

Added random seed and allow taxa assignment skipping #17

Closed gavinmdouglas closed 6 years ago

gavinmdouglas commented 6 years ago

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.