Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

individual manpages for each vsearch command #340

Open
frederic-mahe opened this issue Oct 13, 2018 · 4 comments
Open

individual manpages for each vsearch command #340

frederic-mahe opened this issue Oct 13, 2018 · 4 comments
Assignees

Comments

@frederic-mahe
Copy link
Collaborator

The --rereplicate command would be a good starting point as it accepts only a limited number of options. The manpage could be accessed as such:

man vsearch
man vsearch-rereplicate

Alternatively, per-command help messages (-h or --help) could be easier to find for users not familiar with manpages:

vsearch --help
vsearch --rereplicate --help
@colinbrislawn
Copy link
Contributor

I really like the idea of per-command help messages with -h. This just-in-time teaching really helps new users.

How does this synergize or conflict with #280 Online linkable manual? Could we work on both of these at the same time? I am being way to optimistic?

@frederic-mahe
Copy link
Collaborator Author

hi @colinbrislawn

ideally vsearch users should have access to all three sources of information (help commands, manpages, and online manual), and I appreciate the virtues (or defaults) of each method. Nonetheless, writing a manpage is easy so I think I'll experiment with that first, just to see if that works and what level of redundancy it implies.

@torognes torognes changed the title individual manpages for each vsearch commands individual manpages for each vsearch command Mar 29, 2019
@hafizmtalha
Copy link

The --rereplicate command would be a good starting point as it accepts only a limited number of options. The manpage could be accessed as such:

man vsearch
man vsearch-rereplicate

Alternatively, per-command help messages (-h or --help) could be easier to find for users not familiar with manpages:

vsearch --help
vsearch --rereplicate --help

vsearch --rereplicate --help
gives me following
vsearch v2.22.1_linux_x86_64, 15.5GB RAM, 6 cores
https://github.com/torognes/vsearch

Fatal error: FASTA output file for rereplicate must be specified with --output

and for man comand its gives following
man vsearch-rereplicate
No manual entry for vsearch-rereplicate

@frederic-mahe
Copy link
Collaborator Author

vsearch --rereplicate --help

Per-command manpages are not yet implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants