forked from ncbi/sra-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VDB-4434: 2.11.0 RELEASE: Merge branch '2.11.0rc'
- Loading branch information
Showing
123 changed files
with
27,037 additions
and
9,385 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
|
||
<Import Project=".\exe-project.props" /> | ||
|
||
<ItemDefinitionGroup> | ||
<Link> | ||
<AdditionalDependencies>$(VDB_TARGET)lib\ncbi-vdb.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<Import Project="..\fasterq-dump.files" /> | ||
|
||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{2182DDEE-BE67-48FB-89BA-9EF23717C128}</ProjectGuid> | ||
</PropertyGroup> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project=".\exe-project.props" /> | ||
|
||
<ItemDefinitionGroup> | ||
<Link> | ||
<AdditionalDependencies>$(VDB_TARGET)lib\ncbi-vdb.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<Import Project="..\fasterq-dump.files" /> | ||
|
||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{2182DDEE-BE67-48FB-89BA-9EF23717C128}</ProjectGuid> | ||
</PropertyGroup> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Label="Configuration"> | ||
<TargetName>sratools</TargetName> | ||
</PropertyGroup> | ||
<Import Project=".\exe-project.props" /> | ||
<ItemDefinitionGroup> | ||
<ClCompile> | ||
<AdditionalIncludeDirectories>$(ProjectDir)../../../tools/driver-tool/inc/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
</ClCompile> | ||
<Link> | ||
<AdditionalDependencies>$(VDB_TARGET)lib\ncbi-vdb.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<PostBuildEvent> | ||
<Command> | ||
del $(TargetDir)$(TargetName).lib | ||
del $(TargetDir)$(TargetName).exp | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)fastq-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)fastq-dump.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)sam-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)sam-dump.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)sra-pileup$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)sra-pileup.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)vdb-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)vdb-dump.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)prefetch$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)prefetch.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)srapath.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)srapath$(TargetExt) | ||
</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<Import Project="..\driver-tool.files" /> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{C2C78E19-90A8-4CC5-8A15-DFC7447E3576}</ProjectGuid> | ||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Label="Configuration"> | ||
<TargetName>sratools</TargetName> | ||
</PropertyGroup> | ||
<Import Project=".\exe-project.props" /> | ||
<ItemDefinitionGroup> | ||
<ClCompile> | ||
<AdditionalIncludeDirectories>$(ProjectDir)../../../tools/driver-tool/inc/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | ||
</ClCompile> | ||
<Link> | ||
<AdditionalDependencies>$(VDB_TARGET)lib\ncbi-vdb.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
<PostBuildEvent> | ||
<Command> | ||
del $(TargetDir)$(TargetName).lib | ||
del $(TargetDir)$(TargetName).exp | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)fastq-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)fastq-dump.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)sam-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)sam-dump.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)sra-pileup$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)sra-pileup.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)vdb-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)vdb-dump.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)prefetch$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)prefetch.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)srapath$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)srapath.pdb | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName)$(TargetExt) $(TargetDir)fasterq-dump$(TargetExt) | ||
echo f | xcopy /F /Y $(TargetDir)$(TargetName).pdb $(TargetDir)fasterq-dump.pdb | ||
</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<Import Project="..\driver-tool.files" /> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{C2C78E19-90A8-4CC5-8A15-DFC7447E3576}</ProjectGuid> | ||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Label="Configuration"> | ||
<TargetName>fasterq-dump-orig</TargetName> | ||
</PropertyGroup> | ||
<Import Project=".\exe-project.props" /> | ||
<ItemDefinitionGroup> | ||
<Link> | ||
<AdditionalDependencies>$(VDB_TARGET)lib\ncbi-vdb.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<Import Project="..\fasterq-dump.files" /> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{97827B04-8AB2-498B-8971-F73D6CF8B2EC}</ProjectGuid> | ||
</PropertyGroup> | ||
</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
Oops, something went wrong.