1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484
|
02/03/18 -*- Version 2.4.0 -*-
02/03/18 Julien Dutheil
* Removed all dynamic exception specifications
* Increased interface number to 3
21/01/18 Julien Dutheil
* Added OrderFilterMafIterator class.
03/01/18 Julien Dutheil
* Fixed bug in AlnFilter when relative proportions are set. Proportion was relative to block and not to window, which was incorrect.
22/12/17 Julien Dutheil
* Improved GTF parser, bug fixed when empty token in last column.
10/12/17 -*- Version 2.3.2 -*-
10/05/17 -*- Version 2.3.0 -*-
03/04/17 Julien Dutheil
* VCF export now can export all position, including non-variable ones.
04/07/16 Julien Dutheil
* Alignment filters now allow for relative proportions of gaps.
24/05/16 Julien Dutheil
* Added output for SequenceLDhot.
* Added more statistics in SiteMafStatistics: constant, bi-, tri- and quadriallelic site counts.
26/04/16 Julien Dutheil
* Portage to c++11
* Added RemoveEmptySequencesMafFilter class.
10/02/16 Julien Dutheil
* Fixed bug in AlignmentFilter2: also counts gaps at begining of window!
04/02/16 Julien Dutheil
* Added support for features in BedGraph format.
* Added lift over filter as MafIterator.
08/12/15 Julien Dutheil
* Added Tajima's D computation.
22/11/15 Julien Dutheil
* Fix bug in FeatureFilter when two features are exactly following each other.
23/04/15 Julien Dutheil
* Fix another bug in feature extraction on negative strands.
31/03/15 Julien Dutheil
* OutputAlignments now allows to discard coordinates in output.
13/01/15 Julien Dutheil
* OutputAlignments can now use coordinates of ref species infile names.
07/01/15 Julien Dutheil
* Added export filter for MSMC.
22/09/14 -*- Version 2.2.0 -*-
22/08/13 Julien Dutheil
* Sequence diversity estimators (Watterson theta)
12/08/13 Julien Dutheil
* New Four species statistics
06/03/13 -*- Version 2.1.0 -*-
05/02/13 Julien Dutheil
* Added VCF export
21/01/13 Julien Dutheil
* Compiles with -Wconversion
31/10/12 Julien Dutheil
* Added SequenceStreamToMafIterator
30/07/12 Julien Dutheil
* Migrated files from bpp-seq to bpp-seq-omics.
*** bpp-seq log copied here for information ***
18/07/12 Julien Dutheil
* Bug fixed in merge maf iterator, in case a sequence is missing in one of the two blocks.
25/06/12 Julien Dutheil
* Extended maf tools and reorganization of the code.
* Extended GFF output.
* New [] operator in SequenceFeatureSet.
18/06/12 Julien Dutheil
* Fixed bug in Maf parser: scores are now parsed correctly.
08/03/12 Julien Dutheil
* Added support for '*' character in proteins (stop codon)
09/02/12 -*- Version 2.0.3 -*-
16/01/12 Julien Dutheil
* Bug #42 solved, new support for extended fasta parser in application tools.
* Added contribution from Benoit Nabholz and Annabelle Haudry on 4-fold degenerated sites.
06/01/12 Julien Dutheil
* Added support for "!" state in nucleic alphabet, which can be either a gap or an unknown character.
24/11/11 Julien Dutheil
* Added SequenceWalker class and test.
22/11/11 Sylvain Gaillard
* Added support for FastQ
21/11/11 Julien Dutheil
* Added support for GFF3.
21/11/11 Sylvain Gaillard
* Bug #35 solved.
18/11/11 Julien Dutheil
* New MafIterators: SequenceStatistics and PairwiseSequenceStatistics.
* Function SequenceTools::getPercentIdentity now allows to exclude gaps.
15/09/11 Julien Dutheil
* Merge function of SequenceWithAnnotation now also merges annotations properly.
17/06/11 Julien Dutheil
* Bug #39 solved.
09/06/11 -*- Version 2.0.2 -*-
08/06/11 Julien Dutheil
* Fixed several Maf iterators.
28/02/11 -*- Version 2.0.1 -*-
* Fixed debian packaging.
07/02/11 -*- Version 2.0.0 -*-
19/11/10 Julien Dutheil
* Solved bug 0000016 (General comments not copied in containers).
* A few more code cleaning.
01/11/10 Julien Dutheil
* Solved bug 0000005 (Clustal parser).
* Added unit testing for sequence input format.
* Solved bug 0000004 (Remove gap sites in SiteContainer).
12/10/10 Benoît Nabholz
* Added yeast mitochondrial codon alphabet and genetic code.
20/09/10 Julien Dutheil
* Reorganization of the code for version 2.0.
06/09/10 Julien Dutheil
* Added support for masked sequences in SequenceWithAnnotationTools and MafParser.
05/09/10 Julien Dutheil
* First draft of CaseMaskedAlphabet, for dealing with repeat-masked sequences for instance.
21/07/10 Julien Dutheil
* Added method hasSequence(name) in SequenceContainer interface.
20/07/10 Julien Dutheil
* New Sequence interface design.
* Maf parser now reads quality scores if there are some.
19/07/10 Julien Dutheil
* New method isInit in CodonAlphabet.
* New method getCDS in SequenceTools.
28/04/10 Julien Dutheil
* New MAF genome alignment parser.
22/04/10 Sylvain Gaillard
* Break SequenceTools interface:
- renamed invert -> getInvert
- renamed complement -> getComplement
now invert and complement methods deals with sequence ref
- New method invertComplement
16/04/10 Julien Dutheil
* New Stockholm sequence format (output only).
* Refactoring of class ISequence2 => IAlignment + new interface OAlignment.
24/03/10 -*- Version 1.7.0 -*-
11/03/10 Julien Dutheil
* Nexus format now deals with lower case keywords.
17/12/09 Julien Dutheil
* Code cleaning for VectorSiteContainer
* New class CompressedVectorSiteContainer using less memory than
VectorSiteContainer, but more restricted.
16/11/09 Sylvain Gaillard
* No more "using namespace" in header files.
04/11/09 Julien Dutheil
* Remove SymbolListTools::randomizeContent to a more efficient SymbolList::shuffle
method.
12/10/09 Julien Dutheil
* Now SeqLib compiles with -Weffc++ and -Wshadow without any warning :)
22/09/09 Julien Dutheil
* Finally added 'addSequence' method in SequenceContainer.
* MapSequenceContainer now has a addSequence method that uses the name of the
sequence as a key by default.
* Several methods in Sequence/SiteContainerTools are not templated anymore and
have been improved.
09/09/09 Sylvain Gaillard
* Fixed white space skip in Fasta sequence
20/08/09 Julien Dutheil
* Added config files for CMake.
19/08/09 Sylvain Gaillard
* Introduced 3 new interfaces IOSequenceStream, ISequenceStream and
OSequenceStream. These interfaces are intended to be used by IOFormat
dealing with Sequence and not SequenceContainers. They are actually
implemented by the Fasta class.
17/08/09 Adam Smith
* Bug fixed in DefaultAlphabet: unknow state is 37 not 38.
04/08/09 Sylvain Gaillard
* Introduced new classes for Alphabet States
23/07/09 Sylvain Gaillard
* Added SequenceTools::getPutativeHaplotypes
22/07/09 Sylvain Gaillard
* Added SequenceTools::getNumberOfUnresolvedSites
* Updated SequenceTools::getNumberOfSites,
SequenceTools::getNumberOfCompleteSites and SequenceTools::removeGaps to be
Alphabet implementation independant.
07/07/07 Julien Dutheil
* Updated GranthamAAChemicalDistance, with a new signed, non-symmetric,
option.
26/06/09 Sylvain Gaillard
* Added new SequencePositionIterators classes.
23/06/09 Julien Dutheil
* Actualization of the Container classes: now returns references and not
pointer. Several code updates, including copy contructors.
17/06/09 Sylvain Gaillard (Glasgow Workshop)
* Fix DNA/RNA/ProteicAlphabet::getAlias: works now with lower case states.
* Fix SiteTools::isConstant test gap or unknown
* Turning SequenceContainerTools::getFrequencies into void function.
21/07/08 -*- Version 1.6.0 -*-
28/05/09 Julien Dutheil
* Added basic support for the Nexus format.
22/05/09 Julien Dutheil
* Improved Clustal format (solves bug found by Emmanuel M.)
* SequenceApplicationTools uses the keyval syntax for format description.
27/04/09 Julien Dutheil
* Added site randomization method.
28/02/09 Julien Dutheil
* Added mutual information calculation.
* Added pairwise counting methods.
* Frequencies counting methods have been improved (avoid useless copy of maps).
16/01/09 Julien Dutheil
* max_gap_allowed option in SequenceApplicationTools is now a included bound:
0 or 0% will keep all complete sites, and 'n=number of sequences' or 100%
will keep all sites.
13/01/09 Sylvain Gaillard
* Little optimization in Fasta::write() method.
12/01/09 Sylvain Gaillard
* Added support for comments (HUPO-PSI like) in Fasta.
08/01/09 Julien Dutheil
* SequenceTools::reverse method has been deprecated in favor of the
SequenceTools::inverse method, of witch it is now an alias.
07/01/09 Julien Dutheil
* Code improvement in Vector containers.
21/12/08 Julien Dutheil
* Return type for clone() methods corrected (Sequence, Site, SiteContainer and derivated classes).
* Bug fixed in SequenceApplicationTools::get[Sequence/Site]Container, phylip format.
21/07/08 -*- Version 1.5.0 -*-
05/12/08 Julien Dutheil
* VectorSiteContainer::getSite() faster (more than 10 times faster on a ~500
sequences data set!)
04/12/08 Julien Dutheil
* Fixed missing redefinition of translate and reverse methods in class DNAToRNA.
* Made inheritance virtual.
01/12/08 Julien Dutheil
* New methods getSupportedInts and getSupportedChars in Alphabet classes.
18/11/08 Julien Dutheil
* biopp-help-forum 91 (by Stephen Smith): Fasta, Mase, Clustal and Phylip now
have an option to turn off the name checking and decrease loading time.
* biopp-help-forum 93 (by Stephen Smith): Phylip format now supports any
delimiter when reading/writing files in extended format.
14/11/08 Sylvain Gaillard
* New method SequenceTools::subtractHaplotype(Sequence, Sequence, string,
unsigned int).
07/11/08 Julien Dutheil
* New contructor in VectorSiteContainer now as a tag to disable position
checking, which can turn to be quite slow.
06/11/08 Sylvain Gaillard
* New class PhredPhd to read sequence from phd files produced by the phred
program
* Removed an unused method in PhredPoly
05/11/08 Sylvain Gaillard
* New methods Alphabet::getGeneric(states) implemented in AbstractAlphabet,
DefaultAlphabet, DNA, RNA and ProteicAlphabet.
* New alphabet exception CharStateNotSupportedException.
* New class PhredPoly to read sequence from poly files produced by the phred
program.
* Fixed heterozygous site read in PhredPoly.
09/10/08 Julien Dutheil
* New method SequenceTools::invert(Sequence).
24/09/08 Bastien Boussau & Julien Dutheil
* Memory leak fixed in Fasta and Mase readers.
21/07/08 -*- Version 1.4.1 -*-
26/06/08 Julien Dutheil
* Bug fixed in Clustal format.
20/04/08 Julien Dutheil
* New interface ISequence2 for reading alignments.
18/03/08 Julien Dutheil and Bastien Boussau
* Bowker's test for homogeneity implemented in SequenceTools.
08/02/08 Julien Dutheil
* Bug fixed in VectorSequenceContainer: method addSequence is now virtual!
(thanks to Laurent Gueguen for pointing out this bug)!.
07/02/08 Julien Dutheil
* Added function isDNAAlphabet and isRNAAlphabet in AlphabetTools.
* Bug fixed in getAlphabetFromSequence method.
* Method getContent in Sequence and Site now outputs a reference.
18/01/08 -*- Version 1.4.0 -*-
09/01/08 Julien Dutheil
* All classes included in the new 'bpp' namespace.
06/11/07 Julien Dutheil
* New function SequenceContainerTools::merge.
02/10/07 Julien Dutheil
* New class GenBank, enabling GenBank sequence format support for input.
* Added new copy constructors from SequenceContainer in
Vector[Site/Sequence]Container.
* New methods changeUnresolvedCharacterToGaps and changeGapsToUnknownCharacters in SymbolListTools.
* Bug fixed in changeUnresolvedCharacterToGaps in SiteContainerTools.
06/07/07 -*- Version 1.3.0 -*-
12/06/07 Julien Dutheil
* More tools in class alphabet (isGap, isUnresolved, etc.)
* New class DistanceMatrix, previously in phyllib.
* New similarity measures in SiteContainerTools.
04/06/07 Julien Dutheil
* New constructor from sequence names in VectorSiteContainer.
01/06/07 Julien Dutheil
* New method SiteContainerTools::boostrapSites to bootstrap an alignment.
21/05/07 Julien Dutheil
* New method SequenceContainerTools::getSequenceContainer to read non-aligned
sequences.
04/05/07 Julien Dutheil
* Bug fixed in global alignment with gap opening and extending penalties.
* New generic score scheme.
* Compatibility update (NumCalc)
24/04/07 Benoît Nabholz & Julien Dutheil
* GeneticCode classes can now translate unknow codons to unknown amino acids.
02/04/07 Julien Dutheil
* VIRTUAL_COV variable changed to NO_VIRTUAL_COV. configure.ac file updated.
=> Default behaviour is now /really/ to use covariant return type with
virtual inheritence, even when importing the files in an IDE. To use the old
compilers behaviour, one must set the NO_VIRTUAL_COV preproc variable.
* this modification also solves a problem with the old configure.ac which
was not correctly updated in version 1.2.0 :(
* Bug fixed in SymbolListTools::getCounts.
02/04/07 Julien Dutheil
* New method getAlphabetIndex1() in class SimpleIndexDistance.
24/02/07 Julien Dutheil
* New pairwise alignment algorithm: gap opening and extending penalties.
22/02/07 Julien Dutheil
* GeneticCode derivated classes now properly redefine the translate(Sequence&)
method.
19/01/07 -*- Version 1.2.0 -*-
19/01/07 Julien Dutheil
* Functions AlphabetTools::getType() and StringSequenceTools::getAlphabetFromSequence() rewritten.
* New DefaultNucleotideScore matrix.
* New AAIndex1Entry and AAIndex2Entry classes which create AlphabetIndex1 and
AlphabetIndex2 objects from AAIndex1 and AAIndex2 entries, respectively.
18/12/06 Julien Dutheil
* New alignment tools in SiteContainerTools, including the Needleman and
Wunsch alogrithm.
* BLOSUM50 matrix available.
* Bug fixed in Sequence.h: method setContent is now properly redefined.
* Bug fixed in ProteicAlphabet->getAbbr(int). The returned result is now
correct!!!
06/12/06 Julien Dutheil
* DefaultAlphabet now accepts "." characters.
* New AlphabetTools::isDefaultAlphabet(const Alphabet *) method.
* New SiteContainerTools::resolveDottedAlignment(const Sitecontainer &, const Alphabet *) method.
30/08/06 Julien Dutheil
* Bug fixed in phylip sequential reader, + duplicated sequence in container
now throws sequence name. (included in 1.1.1 release).
28/08/06 -*- Version 1.1.1 -*-
08/08/06 Julien Dutheil
* Bug fixed in Phylip sequential read method.
15/06/06 Julien Dutheil
* Method changeGapsToUnknownCharacters() moved from SequenceContainerTools to
SiteContainerTools, and is really faster!
* New removeGapOnlySites() method in SiteContainerTools.
* New method SiteTools::isGapOnly().
* new 'sequence.max_gap_allowed' option in SequenceApplicationTools::getSitesToAnalyse().
13/06/06 Julien Dutheil
* Phylip sequential format improved, no more empty line between sequences
needed.
12/06/06 Julien Dutheil
* SiteTools::isConstant() method now has a 'ignoreUnknown' option.
01/01/06 Julien Dutheil
* VectorSiteContainer and AlignedSequenceContainer now number sites from 1 (and not 0).
17/05/06 Benoît Nabholz, Sylvain Glémin & Julien Dutheil
* Bug fixed in SiteContainerTools::getConsensus(), + SymbolListTools::getFrequencies() and getCounts() improved.
15/05/06 Julien Dutheil
* Bug fixed: Added getUnknownCharacterCode() method in DefaultAlphabet.
09/05/06 Julien Dutheil
* New AAChargeIndex class.
* Bug fixed in SiteTools::hasUnknown(Site).
18/04/06 -*- Version 1.1.0 -*-
18/04/06 Julien Dutheil
* New IOSequenceFactory class.
06/04/06 Julien Dutheil
* New () function operators defined on SequenceContainers.
|