Skip to content

Commit

Permalink
Usage instructions updated (-dist_export)
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys committed Feb 21, 2020
1 parent bc4dbcd commit 54ead66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions famsa_cpu/famsa_cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ void show_usage()

cout << " -gt_import <file_name> - import guide tree in Newick format\n";
cout << " -gt_export <file_name> - export guide tree to Newick format\n";
cout << " -dist_export <file_name> -export distance matrix to CSV file; works only in UPGMA mode(-gt upgma)\n";

#ifdef DEVELOPER_MODE
cout << " -ref <file_name> - load referential sequences (for benchmarks) and calculate the minimal subtree size containing them\n";
Expand Down
1 change: 1 addition & 0 deletions famsa_gpu/famsa_gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ void show_usage()

cout << " -gt_import <file_name> - import guide tree in Newick format\n";
cout << " -gt_export <file_name> - export guide tree to Newick format\n";
cout << " -dist_export <file_name> -export distance matrix to CSV file; works only in UPGMA mode(-gt upgma)\n";

#ifdef DEVELOPER_MODE
cout << " -ref <file_name> - load referential sequences (for benchmarks) and calculate the minimal subtree size containing them\n";
Expand Down
2 changes: 2 additions & 0 deletions famsa_gpu/famsa_gpu.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>$(OutDir)famsa-gpu$(TargetExt)</OutputFile>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand Down Expand Up @@ -147,6 +148,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<OutputFile>$(OutDir)famsa-gpu$(TargetExt)</OutputFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 54ead66

Please sign in to comment.