dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

propose - wrapper powershell module for bio.dll #29

Open ghost opened 7 years ago

ghost commented 7 years ago

Currently the way to explore the usage of bio.dll is to create a console application that uses bio.dll in some way. This can be made simpler by creating a wrapper powershell module for bio.dll that would allow a new user to try out the various features of the library in an easy way. This would enable the exploration of the library to be much simpler than creating a console application, and encourage new users to try out and create sample/prototype scripts for their end-use.

What do you think about this?

evolvedmicrobe commented 6 years ago

Seems like it could be a great idea!