[Genabel-commits] r2017 - pkg/ProbABEL/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 21 17:27:39 CEST 2015


Author: lckarssen
Date: 2015-09-21 17:27:39 +0200 (Mon, 21 Sep 2015)
New Revision: 2017

Modified:
   pkg/ProbABEL/src/extract-snp.cpp
Log:
In the help output of extract-snp mention that extract-snp is part of ProbABEL, as well as some copyright information.


Modified: pkg/ProbABEL/src/extract-snp.cpp
===================================================================
--- pkg/ProbABEL/src/extract-snp.cpp	2015-09-21 15:17:59 UTC (rev 2016)
+++ pkg/ProbABEL/src/extract-snp.cpp	2015-09-21 15:27:39 UTC (rev 2017)
@@ -27,6 +27,10 @@
 #include <fstream>
 #include <map>
 
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 using std::cout;
 using std::cerr;
 using std::endl;
@@ -57,6 +61,10 @@
          << "only print the dosage for the given SNP and ID" << endl;
     cout << "\t--debug (-d): show debugging output" << endl;
     cout << "\t--help (-h): show this information" << endl;
+    cout << endl;
+    cout << program_name << " is part of " << PACKAGE
+         << " v" << PACKAGE_VERSION << endl;
+    cout << "(C) 2015 Lennart C. Karssen, PolyΩmica, NL" << endl;
 }
 
 



More information about the Genabel-commits mailing list