diff --git a/.github/logos/fulcrumgenomics.svg b/.github/logos/fulcrumgenomics.svg new file mode 100644 index 0000000..c9eed6b --- /dev/null +++ b/.github/logos/fulcrumgenomics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 6c499fd..666989f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,16 @@ _sopt_ is a scala library for command line option parsing with minimal dependencies. It is designed for toolkits that have multiple "commands" such as [dagr](https://github.com/fulcrumgenomics/dagr) and [fgbio](https://github.com/fulcrumgenomics/fgbio). The latest API documentation can be found [here](http://javadoc.io/doc/com.fulcrumgenomics/sopt_2.12). -It has the following high level features: +

+Fulcrum Genomics +

+ +[Visit us at Fulcrum Genomics](www.fulcrumgenomics.com) to learn more about how we can power your Bioinformatics with sopt and beyond. + + + + +_sopt_ has the following high level features: - Support for GNU/posix style argument names and conventions - Camel case names in scala are auto-translated to GNU style options (e.g. `inputFile -> input-file`)