Implementation for Parallel Needleman Wunsch using Distributed Memory to align large DNA Sequences, optimized to be used in CloudExecuter Platform.
                        
                    
         
                Info
| Version: | 0.2.0-alpha | 
| Author(s): | Ahmed Abuelnour | 
| Last Update: | Wednesday, August 19, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/CloudExecuter.ParallelNeedlemanWunschDM | 
Install
Install-Package CloudExecuter.ParallelNeedlemanWunschDM
                        dotnet add package CloudExecuter.ParallelNeedlemanWunschDM
                        paket add CloudExecuter.ParallelNeedlemanWunschDM
                        
                                CloudExecuter.ParallelNeedlemanWunschDM Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- CloudExecuter.Shared(>= 0.7.0)