arvestad / alv

A console-based alignment viewer
GNU General Public License v3.0
107 stars 13 forks source link

Update help menu and readme #10

Closed schultzm closed 4 years ago

schultzm commented 4 years ago

Hi arvestad,

This is a fantastic tool. I wanted to use it for reading an alignment from stdin. I only worked out that this program does that after digging through your code in io.py. Please update the help menu and readme to tell the user that if you feed it stdin via -, then it will work.

Thanks again!

arvestad commented 4 years ago

Hi,

I am glad you like alv!

The feature you refer to is documented in the help text: positional arguments: infile The infile is the path to a file, or '-' if reading from stdin.

I will add a note about it in the README though.

Thanks,
Lars

18 mars 2020 kl. 22:39 skrev Mark Schultz notifications@github.com:

Hi arvestad,

This is a fantastic tool. I wanted to use it for reading an alignment from stdin. I only worked out that this program does that after digging through your code in io.py. Please update the help menu and readme to tell the user that if you feed it stdin via -, then it will work.

Thanks again!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arvestad/alv/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIQWBRT6APDKW432WEHJN3RIE5QBANCNFSM4LO3EP7Q.

schultzm commented 4 years ago

Thanks! Sorry, I overlooked that. Best regards