dermestid / bold-phylodiv-scripts

Scripts to calculate phylodiversity and its distribution from BOLD DNA barcode data.
1 stars 0 forks source link

Executable paths should be environment variables, not hardcoded #94

Open dermestid opened 3 years ago

dermestid commented 3 years ago

executable.php uses getenv to get paup/clustal path (which is the correct way to do it), but paup.php hardcodes the paths as globals, which get_tree_lengths_g.php then uses.