Project

General

Profile

« Previous | Next » 

Revision 7417db95

Added by Ben Stöver over 7 years ago

Exported single read sequences are now filled up with gaps. (Will be dependent on a parameter in the future.)
Texts in ExportSequenceToFileHandler extzernalized and translated.

View differences:

eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/io/CDMSequenceMatrixAdapter.java
75 75
        this.consensusSequenceLabel = consensusSequenceLabel;
76 76
        tokenSetList = createTokenSetList();
77 77
        singleReadList = new ArrayList<SingleReadAlignment>(sequence.getSingleReadAlignments());  // Store references of single reads in defined order to allow random access.
78
                //TODO Omit single reads that do not have an edited sequece yet?
78
                //TODO Omit single reads that do not have an edited sequence yet?
79 79
    }
80 80

  
81 81

  

Also available in: Unified diff