Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Oct 10, 2023
1 parent 56839a9 commit 4436481
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/delly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ 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;
std::cerr << std::endl;
std::cerr << "Multi-sample VCF operations:" << std::endl;
std::cerr << " markdup mark duplicate SV sites based on SV allele and GT concordance" << std::endl;
std::cerr << " compvcf compare multi-sample VCF file to a ground truth VCF file" << std::endl;
//std::cerr << std::endl;
//std::cerr << "Multi-sample VCF operations:" << std::endl;
//std::cerr << " markdup mark duplicate SV sites based on SV allele and GT concordance" << std::endl;
//std::cerr << " compvcf compare multi-sample VCF file to a ground truth VCF file" << std::endl;
//std::cerr << "Deprecated:" << std::endl;
//std::cerr << " dpe double paired-end signatures" << std::endl;
//std::cerr << " chimera ONT chimera flagging" << 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.7";
std::string dellyVersionNumber = "1.1.8";

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

0 comments on commit 4436481

Please sign in to comment.