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

erutil.hyperutil-reference.0.1.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.1.4
Show newest version
module xyz.ielis.hyperutil.reference {
    exports xyz.ielis.hyperutil.reference.fasta;

    requires com.google.common;
    requires htsjdk;
    requires jannovar.core;
    requires org.slf4j;

    opens xyz.ielis.hyperutil.reference.fasta;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy