mailr26777 - in /branches/nmrglue/extern/nmrglue: ./ README.txt __init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on November 27, 2014 - 13:06:
Author: tlinnet
Date: Thu Nov 27 13:06:28 2014
New Revision: 26777

URL: http://svn.gna.org/viewcvs/relax?rev=26777&view=rev
Log:
Added __init__.py file and README.txt to explain how to upgrade nmrglue.

This is to prepare for a new 0.5 version, which is in development.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.

Added:
    branches/nmrglue/extern/nmrglue/
    branches/nmrglue/extern/nmrglue/README.txt
    branches/nmrglue/extern/nmrglue/__init__.py

Added: branches/nmrglue/extern/nmrglue/README.txt
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/extern/nmrglue/README.txt?rev=26777&view=auto
==============================================================================
--- branches/nmrglue/extern/nmrglue/README.txt  (added)
+++ branches/nmrglue/extern/nmrglue/README.txt  Thu Nov 27 13:06:28 2014
@@ -0,0 +1,18 @@
+To get new version from: https://github.com/jjhelmus/nmrglue/releases
+
+# Put an empty __init__.py into the extern/nmrglue folder.
+
+# Version 0.4
+## Get the tar file
+wget https://github.com/jjhelmus/nmrglue/archive/v0.4.tar.gz
+
+## Unpack
+tar -zxvf v0.4.tar.gz
+
+## Remove tar file.
+rm v0.4.tar.gz
+
+## Rename directory to not contain "-" and "."
+mv nmrglue-0.4 nmrglue_0_4
+
+## Put an empty __init__.py into the extern/nmrglue/nmrglue_0_4 folder.

Added: branches/nmrglue/extern/nmrglue/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/extern/nmrglue/__init__.py?rev=26777&view=auto
==============================================================================
--- branches/nmrglue/extern/nmrglue/__init__.py (added)
+++ branches/nmrglue/extern/nmrglue/__init__.py Thu Nov 27 13:06:28 2014
@@ -0,0 +1,20 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2014 Troels E. Linnet                                        
 #
+#                                                                            
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program is free software: you can redistribute it and/or modify       
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# This program is distributed in the hope that it will be useful,            
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################




Related Messages


Powered by MHonArc, Updated Thu Nov 27 13:20:02 2014