"rio" work
[jalview.git] / forester / java / src / org / forester / msa / MsaCompactor.java
index 90b2ccc..64c6957 100644 (file)
@@ -141,7 +141,7 @@ public class MsaCompactor {
 
     final private void write( final File outfile, final double gr ) throws IOException {
         writeMsa( outfile + "_" + _msa.getNumberOfSequences() + "_" + _msa.getLength() + "_"
-                + ForesterUtil.roundToInt( gr * 100 ) + ".aln" );
+                + ForesterUtil.roundToInt( gr * 100 ) + ".fasta" );
     }
 
     final private void writeMsa( final String outfile ) throws IOException {