All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.polimi.genomics.spark.implementation.RegionsOperators.SelectRegions.ReadMEMRD.scala Maven / Gradle / Ivy

The newest version!
package it.polimi.genomics.spark.implementation.RegionsOperators.SelectRegions

import it.polimi.genomics.core.DataTypes.GRECORD
import org.apache.spark.rdd.RDD

/**
  * Created by abdulrahman on 22/05/2017.
  */
object ReadMEMRD {
  def apply(regionDS:Any): RDD[GRECORD] = {
    regionDS.asInstanceOf[RDD[GRECORD]]

  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy