mailr27249 - in /trunk/lib/sequence_alignment: ./ __init__.py


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

Header


Content

Posted by edward on January 21, 2015 - 10:07:
Author: bugman
Date: Wed Jan 21 10:07:23 2015
New Revision: 27249

URL: http://svn.gna.org/viewcvs/relax?rev=27249&view=rev
Log:
Created an empty lib.sequence_alignment relax library package.

This may be used in the future for implementing more advanced structural 
alignments (the current
method is simply to skip missing atoms, sequence numbering changes are not 
handled).


Added:
    trunk/lib/sequence_alignment/
    trunk/lib/sequence_alignment/__init__.py

Added: trunk/lib/sequence_alignment/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/sequence_alignment/__init__.py?rev=27249&view=auto
==============================================================================
--- trunk/lib/sequence_alignment/__init__.py    (added)
+++ trunk/lib/sequence_alignment/__init__.py    Wed Jan 21 10:07:23 2015
@@ -0,0 +1,26 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2015 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# 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/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+# Package docstring.
+"""The relax-lib sequence alignment package - a library of functions for 
aligning proteins, DNA, RNA or other molecules."""
+
+__all__ = [
+]




Related Messages


Powered by MHonArc, Updated Wed Jan 21 11:40:02 2015