[Genabel-commits] r2006 - pkg/OmicABEL/src/reshuffle

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 9 19:13:02 CEST 2015


Author: sharapovsodbo
Date: 2015-07-09 19:13:02 +0200 (Thu, 09 Jul 2015)
New Revision: 2006

Removed:
   pkg/OmicABEL/src/reshuffle/makereshuffle
Modified:
   pkg/OmicABEL/src/reshuffle/main.cpp
   pkg/OmicABEL/src/reshuffle/makefile
Log:
version 0.34 minor changes

Modified: pkg/OmicABEL/src/reshuffle/main.cpp
===================================================================
--- pkg/OmicABEL/src/reshuffle/main.cpp	2015-07-08 20:18:20 UTC (rev 2005)
+++ pkg/OmicABEL/src/reshuffle/main.cpp	2015-07-09 17:13:02 UTC (rev 2006)
@@ -12,8 +12,9 @@
 using namespace std;
 
 void print_help(){
+	cout << "\n Reshuffle version 0.34 Apr 12 2015";
 	cout <<endl;
-	cout << "\n	Available commands";
+	cout << "\n Available commands";
 	cout << "\n\n --help | to get this help message";
 	cout << "\n\n --datadims | to get data's dimension";
 	cout << "\n\n --snpnames=<indexes> | to get names of SNP by indexes";

Modified: pkg/OmicABEL/src/reshuffle/makefile
===================================================================
--- pkg/OmicABEL/src/reshuffle/makefile	2015-07-08 20:18:20 UTC (rev 2005)
+++ pkg/OmicABEL/src/reshuffle/makefile	2015-07-09 17:13:02 UTC (rev 2006)
@@ -7,4 +7,4 @@
 	
 clean:
 
-	rm -rf *.o reshuffle
\ No newline at end of file
+	rm -f iout_file.o reshuffle_obj.o Parameters.o main.o reshuffle
\ No newline at end of file

Deleted: pkg/OmicABEL/src/reshuffle/makereshuffle
===================================================================
--- pkg/OmicABEL/src/reshuffle/makereshuffle	2015-07-08 20:18:20 UTC (rev 2005)
+++ pkg/OmicABEL/src/reshuffle/makereshuffle	2015-07-09 17:13:02 UTC (rev 2006)
@@ -1 +0,0 @@
-g++ -O3 main.cpp iout_file.cpp Parameters.cpp reshuffle.cpp -Wall -o reshuffle



More information about the Genabel-commits mailing list