X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fio%2FDBRefFile.java;h=6aa59944a2b9af3f741eeff9b5c3ff2964e1ce46;hp=18e56cbe7c9f5e9f2281857051b524c969e2c984;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hpb=2de8acfae59aced665e4c37ad0f7dcc2ed68818e diff --git a/src/jalview/io/DBRefFile.java b/src/jalview/io/DBRefFile.java index 18e56cb..6aa5994 100644 --- a/src/jalview/io/DBRefFile.java +++ b/src/jalview/io/DBRefFile.java @@ -1,43 +1,47 @@ -/* - * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1) - * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle - * - * 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 2 - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - */ -package jalview.io; - -import java.io.IOException; - -/** - * jalview flatfile for io of sequence ID mapping data DATABASE\t\t\t... - * properties?jdbc, url, handler DBREF\tDBID\taccno\t|seqstart,seqend,start,end...|\t|dbstart,dbend,...| - * - */ -public class DBRefFile extends AlignFile -{ - - public void parse() throws IOException - { - // TODO Auto-generated method stub - - } - - public String print() - { - // TODO Auto-generated method stub - return null; - } - -} +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) + * Copyright (C) 2015 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ +package jalview.io; + +import java.io.IOException; + +/** + * jalview flatfile for io of sequence ID mapping data + * DATABASE\t\t\t... properties?jdbc, url, handler + * DBREF + * \tDBID\taccno\t|seqstart,seqend,start,end...|\t|dbstart,dbend,...| + * + */ +public class DBRefFile extends AlignFile +{ + + public void parse() throws IOException + { + // TODO Auto-generated method stub + + } + + public String print() + { + // TODO Auto-generated method stub + return null; + } + +}