r-rots: fix package type (#9344)

This commit is contained in:
Justin Stanley 2018-09-28 13:11:09 -05:00 committed by Levi Baber
parent 2ac648407e
commit a5d6f79fe0

View File

@ -25,7 +25,7 @@
from spack import *
class RRots(Package):
class RRots(RPackage):
"""Calculates the Reproducibility-Optimized Test Statistic (ROTS)
for differential testing in omics data."""