Skip to content

Commit 58696be

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into HEAD
2 parents a6d7a4e + 7f94c02 commit 58696be

File tree

96 files changed

+1643
-1396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1643
-1396
lines changed

GeUtilities.Tests/GeUtilities.Tests.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
<PackageLicenseUrl>https://github.com/Genometric/GeUtilities/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/Genometric/GeUtilities</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Genometric/GeUtilities</RepositoryUrl>
19-
<Version>4.0.0</Version>
19+
<Version>5.0.0</Version>
2020
<Description>Implements unit test functions for the GeUtilities.</Description>
2121
<PackageTags>genomics; genome analysis; building-blocks; parser; BED; VCF; GTF; RefSeq;</PackageTags>
22-
<PackageReleaseNotes>A major overhaul on the interfaces, functions signatures, and namespace naming. Namely:
23-
- Parsers constructors take least possible information, and all the other configuration could be set on an instace of the parser class.
24-
- By moving source file name from constructor to Parse function, now single instance of Parser can be used to parse multiple files.
25-
- A major overhaul of classes inheritance with the objective of making them more coherent.</PackageReleaseNotes>
22+
<PackageReleaseNotes></PackageReleaseNotes>
23+
<AssemblyName>GeUtilities.Tests</AssemblyName>
24+
<RootNamespace>Genometric.GeUtilities.Tests</RootNamespace>
2625
</PropertyGroup>
2726

2827
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

GeUtilities.Tests/IntervalParsers/Model/Defaults/TestChIPSeqPeak.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

GeUtilities.Tests/IntervalParsers/Model/Defaults/TestGene.cs

Lines changed: 0 additions & 106 deletions
This file was deleted.

GeUtilities.Tests/IntervalParsers/Model/Defaults/TestGeneralFeature.cs

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)