uym2 / TreeShrink

Implementation of the TreeShrink problem
https://uym2.github.io/TreeShrink/
GNU General Public License v3.0
36 stars 11 forks source link

Specify output file name #12

Closed smirarab closed 4 years ago

smirarab commented 4 years ago

The output file name is hard-coded but the user cannot change it. We should enable user-provided output names.

tseemann commented 4 years ago

Yes, this is sorely needed for automated scripts.

Ideally if i set "-O prefix" then i should get "prefix.nwk" and "prefix.txt"

smirarab commented 4 years ago

Uyen, I think we should prioritize fixing this ...

On Wed, Jun 10, 2020 at 3:09 PM Torsten Seemann notifications@github.com wrote:

Yes, this is sorely needed for automated scripts.

Ideally if i set "-O prefix" then i should get "prefix.nwk" and "prefix.txt"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/uym2/TreeShrink/issues/12#issuecomment-642293307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGJXOFVKQCZFZWZP2YVYWLRV7777ANCNFSM4NR7L5PA .

-- Siavash Mirarab

uym2 commented 4 years ago

V1.3.4 adds -O option for output prefix.