We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6b2fc commit 29df93eCopy full SHA for 29df93e
alignment/alignment.cpp
@@ -852,6 +852,7 @@ void cmaple::Alignment::readMaple(std::istream& aln_stream) {
852
// Read new sequence name
853
string::size_type pos = line.find_first_of("\n\r");
854
seq_name = line.substr(1, pos - 1);
855
+ renameString(seq_name);
856
if (!seq_name.length()) {
857
throw std::logic_error("Empty sequence name found at line " +
858
convertIntToString(line_num) +
0 commit comments