deprekate / PHACTS

A simple program to classify the lifestyle of phages.
GNU General Public License v3.0
16 stars 4 forks source link

Refactoring code and fixing cutoff argument handling #4

Open serzero2007 opened 1 year ago

serzero2007 commented 1 year ago

This commit contains the following changes:

  1. Correct behaviour and help string for --cutoff argument. I set the default value to 0.02. Consider changing it back to 0 if it is a problem.
  2. Refactoring code: dividing into separate functions for better readability.