X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fsurfacing_hmmpfam.java;h=4104a34ee12d9af85c2008596eeefd5e9dd495c1;hb=94fc8a7809432b86c41a2ae5f3ab4977cd5d5599;hp=eeeb5bb99eb2aa49e118c0e17d760523423a4477;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/application/surfacing_hmmpfam.java b/forester/java/src/org/forester/application/surfacing_hmmpfam.java index eeeb5bb..4104a34 100644 --- a/forester/java/src/org/forester/application/surfacing_hmmpfam.java +++ b/forester/java/src/org/forester/application/surfacing_hmmpfam.java @@ -52,6 +52,7 @@ import org.forester.go.OBOparser; import org.forester.go.PfamToGoMapping; import org.forester.go.PfamToGoParser; import org.forester.io.parsers.HmmPfamOutputParser; +import org.forester.io.parsers.util.ParserUtils; import org.forester.io.writers.PhylogenyWriter; import org.forester.phylogeny.Phylogeny; import org.forester.phylogeny.PhylogenyMethods; @@ -495,7 +496,7 @@ public class surfacing_hmmpfam { } try { final Phylogeny[] p_array = ParserBasedPhylogenyFactory.getInstance() - .create( intree_file, ForesterUtil.createParserDependingOnFileType( intree_file, true ) ); + .create( intree_file, ParserUtils.createParserDependingOnFileType( intree_file, true ) ); if ( p_array.length < 1 ) { ForesterUtil.fatalError( surfacing_hmmpfam.PRG_NAME, "file [" + intree_file + "] does not contain any phylogeny in phyloXML format" ); @@ -2017,7 +2018,6 @@ public class surfacing_hmmpfam { true, surfacing_hmmpfam.PAIRWISE_DOMAIN_COMPARISONS_PREFIX, surfacing_hmmpfam.PRG_NAME, - display_histograms, out_dir, write_pwc_files ); String matrix_output_file = new String( output_file.toString() );