Closed ozagordi closed 7 years ago
This addresses an error thrown when no reads are found after decontamination. Further, order is deprecated in pandas, now sort_values is used.
order
sort_values
This fixes #22
This addresses an error thrown when no reads are found after decontamination. Further,
order
is deprecated in pandas, nowsort_values
is used.This fixes #22