Skip to content

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Dec 22, 2023
1 parent a38d519 commit e6246db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/delly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ displayUsage() {
std::cerr << "Long-read SV calling:" << std::endl;
std::cerr << " lr long-read SV discovery" << std::endl;
std::cerr << std::endl;
std::cerr << "Pan-genome based SV calling (work-in-progress):" << std::endl;
std::cerr << " pg pan-genome SV discovery" << std::endl;
std::cerr << std::endl;
std::cerr << "Assembly-based SV calling (work-in-progress):" << std::endl;
std::cerr << " asm assembly SV site discovery" << std::endl;
std::cerr << std::endl;
//std::cerr << "Pan-genome based SV calling (work-in-progress):" << std::endl;
//std::cerr << " pg pan-genome SV discovery" << std::endl;
//std::cerr << std::endl;
//std::cerr << "Assembly-based SV calling (work-in-progress):" << std::endl;
//std::cerr << " asm assembly SV site discovery" << std::endl;
//std::cerr << std::endl;
std::cerr << "Copy-number variant calling:" << std::endl;
std::cerr << " cnv discover and genotype copy-number variants" << std::endl;
std::cerr << " classify classify somatic or germline copy-number variants" << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace torali
{


std::string dellyVersionNumber = "1.1.9";
std::string dellyVersionNumber = "1.2.6";

inline
void printTitle(std::string const& title)
Expand Down

0 comments on commit e6246db

Please sign in to comment.