From: amwaterhouse Date: Fri, 18 Aug 2006 08:51:58 +0000 (+0000) Subject: Jalview features format adds links as hrefs X-Git-Tag: Release_2_1~35 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f7c0e913b3e0f954655b48d16b64a669c6aad2aa;p=jalview.git Jalview features format adds links as hrefs --- diff --git a/src/jalview/io/FeaturesFile.java b/src/jalview/io/FeaturesFile.java index 7299628..4497bc7 100755 --- a/src/jalview/io/FeaturesFile.java +++ b/src/jalview/io/FeaturesFile.java @@ -383,7 +383,29 @@ public class FeaturesFile extends AlignFile if(next[j].description==null || next[j].description.equals("")) out.append(next[j].type+"\t"); else - out.append(next[j].description + "\t"); + { + out.append(next[j].description+" "); + if(next[j].links!=null) + { + for(int l=0; l" + + label + + ""); + } + } + } + out.append("\t"); + } + out.append( seqs[i].getName() + "\t-1\t" + next[j].begin + "\t"