medvir / VirMet

Set of tools for viral metagenomics.
14 stars 5 forks source link

Fix empty files and update deprecated method in pandas #23

Closed ozagordi closed 7 years ago

ozagordi commented 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.

This fixes #22