################################################################
## This module handles a library of utilities to manipulate variations
## and regulatory SNPs.

=pod

=item B<read_varscan_file>

Read predicted rSNPs from a variation scan result file.

=cut
sub read_varscan_file {
  &RSAT::message::Warning("NOT IMPLEMENTED YET");
  
}


1;
