-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from Illumina/update-external-github-repo
Improve regression testing, fixed source version and updated build script
- Loading branch information
Showing
229 changed files
with
2,222 additions
and
2,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd"> | ||
<metadata minClientVersion="2.5"> | ||
<id>illumina_interop_@CSHARP_TYPE@_@PLATFORM@</id> | ||
<version>@INTEROP_VERSION@</version> | ||
<title>Illumina InterOp Library for @CSHARP_TYPE@ on @PLATFORM@</title> | ||
<authors>Illumina Inc.</authors> | ||
<owners>Illumina Inc.</owners> | ||
<licenseUrl>https://github.com/Illumina/interop/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/Illumina/interop</projectUrl> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<developmentDependency>false</developmentDependency> | ||
<description> | ||
The Illumina InterOp libraries are a set of common routines used for reading InterOp metric files | ||
produced by Illumina sequencers. These libraries are backwards compatible and capable of supporting prior | ||
releases of the software, with one exception: GA systems have been excluded. | ||
</description> | ||
<summary> | ||
High-level C++ binding for Illumina C++ InterOp Library, packaged for | ||
@CSHARP_TYPE@ @CSHARP_VERSION@ on @PLATFORM@ | ||
</summary> | ||
<releaseNotes>https://github.com/Illumina/interop/blob/master/README.md</releaseNotes> | ||
<copyright>GNU GPL v3</copyright> | ||
<tags>native, Illumina, InterOp, C++, C#, @PLATFORM@, @CSHARP_TYPE@ </tags> | ||
</metadata> | ||
<files> | ||
@NUGET_FILE_LIST@ | ||
</files> | ||
</package> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<NativeLibs Include="$(MSBuildThisFileDirectory)**\*.dll" /> | ||
<None Include="@(NativeLibs)"> | ||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -343,3 +343,4 @@ namespace illumina { namespace interop { namespace constants | |
#undef INTEROP_TUPLE3 | ||
#undef INTEROP_TUPLE4 | ||
|
||
|
Oops, something went wrong.