BioProviders icon indicating copy to clipboard operation
BioProviders copied to clipboard

Update documentation for use in both scripts and Visual Studio projects

Open n7581769 opened this issue 2 years ago • 1 comments

At present, the BioProviders examples only show how to use the type provider in an .fsx script file. Since we are publishing on NuGet, it will likely be used in Visual Studio projects too, and we should include examples of doing that.

n7581769 avatar Sep 22 '23 02:09 n7581769

I've added some comments in GenBankExample.fsx in bb24cb4e18274fc5147bc8907d5d57c16cdfae1f to indicate that the package can be installed in an IDE or through the command line in a project. I'm not sure if we want comments elsewhere. However, since we'll probably have a RefSeq provider at some point, maybe we will want to extract the common parts such as referencing and opening the package to a separate page.

n7581769 avatar Oct 11 '23 06:10 n7581769