The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for SmotifCS

0.01    2015-4-21
        * First version, released on an unsuspecting world.

0.02    2015-04-22
        * File system independence Path feature was added

0.03    2015-04-23
        * Fixing some error with the documentation
        * Fixing erro in SmotifCS/ClusterRankSmotifs.pm 
          $lin[5] = ~s/\"//g was change to $lin[5] =~ s/\"//g

0.04    2015-04-24
        *  motifCS::GeometricalCalculations::get_from_file was taking
           like ~10 seconds to finish. It was overwritten to improve performance