The Wayback Machine - https://web.archive.org/web/20201217221042/https://github.com/topics/fasta
Skip to content
#

fasta

Here are 238 public repositories matching this topic...

eseiler
eseiler commented Sep 16, 2020

Code:

#include <seqan3/argument_parser/all.hpp>

int main(int argc, char ** argv)
{
    seqan3::argument_parser parser{"App", argc, argv, seqan3::update_notifications::off};

    parser.info.author = "Foo Bar";
    parser.info.email = "foobar@example.com";
    parser.info.short_copyright = "BSD 3-Clause License";

    try
    {
        parser.parse();
    }
    catch (seqan3
poly
TimothyStiles
TimothyStiles commented Oct 23, 2020

Is your feature request related to a problem? Please describe.

I get the feeling that the contributor's guide is getting kind of stale.

Describe the solution you'd like

If people could reply here to suggest improvement or talk about roadblocks they've faced with it onboarding/contributing I'd love to hear them!

I think I'll update requirements to include that code must also use

Improve this page

Add a description, image, and links to the fasta topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fasta topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.