Skip to content

Commit

Permalink
Merge b640210 into 14b04d6
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Jun 10, 2017
2 parents 14b04d6 + b640210 commit 16930c6
Show file tree
Hide file tree
Showing 11 changed files with 1,916 additions and 502 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ obj
/apps/SelectGenes/bin
/apps/AnnotateVariants/bin
/apps/CheckDone/bin
/apps/ExpressionNearMutations/bin
/apps/MethylationAnalysis/bin




Expand Down
6 changes: 6 additions & 0 deletions ASELib/ASELib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="MathNet.Numerics, Version=3.19.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathNet.Numerics.3.19.0\lib\net40\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
Expand All @@ -64,6 +67,9 @@
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Loading

0 comments on commit 16930c6

Please sign in to comment.