Skip to content

Commit

Permalink
Tweak: add todo comment
Browse files Browse the repository at this point in the history
This relates to #55
  • Loading branch information
tonyelewis committed Dec 22, 2017
1 parent 375fad0 commit ea9f1c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/uni/alignment/io/alignment_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ str_str_pair_vec cath::align::read_ids_and_sequences_from_fasta(istream &arg_ist
/// \brief Align a sequence against a corresponding pdb
/// (broadly handling residues missing in the sequence but not extra residues)
///
/// \TODO Consider making this more robust so that, eg, if the sequence matches perfectly but overruns
/// by one residue, the result is a warning rather than an exception being thrown
///
/// \returns A vector of aln_posn_opts corresponding to the letters of the sequence. Each is:
/// * none if the entry is a '-' character
/// * the index of the corresponding residue in arg_pdb otherwise
Expand Down

0 comments on commit ea9f1c7

Please sign in to comment.