MDU-PHL / arbow

Cultivate your multiple sequence alignments to get better trees
6 stars 1 forks source link

Allow --mm to be a float -> proportion? #4

Closed tseemann closed 4 years ago

tseemann commented 4 years ago

If -mm is (0,1) then treat as a float proportion If (1, Inf) then treat as integer abolsutite count?

  -mm, --max-missing INTEGER     Remove sites with 'mm' missing sites or more
                                 [default: 20]
andersgs commented 4 years ago

yeah... the same could be done for -x

andersgs commented 4 years ago

Almost there... Just needs some testing.

andersgs commented 4 years ago

Version 0.6.0 has options -c for counts and -x for proportion.