brettc / partitionfinder

PartitionFinder discovers optimal partitioning schemes for DNA sequences.
Other
61 stars 44 forks source link

Input and output #111

Closed alephreish closed 8 years ago

alephreish commented 8 years ago

I must say that the way input and output files/folders are treated is very inconvenient and risky:

The straight way of doing things in my opinion is something like:

PartitionFinder --cfg my.cfg --phy my.phy --output-dir my-output 2> my.log

Related: #34

alephreish commented 8 years ago

A minor addition: the manual incorrectly states that InputFoldername must be provided as a full path.

roblanf commented 8 years ago

These decisions are just part of making PartitionFinder simple for non-computational people to use. FOr what it's worth, the logfile is appended to not overwritten.

alephreish commented 8 years ago

What's wrong in implementing the suggestions as optional parameters with their default values as they are currently?