From 3fdd4edc5c1954dc750dfeff03cb3205ee1b6042 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 2 Feb 2018 13:07:52 -0500 Subject: [PATCH] Subclass IdeasPre from Html --- lib/galaxy/datatypes/genetics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/datatypes/genetics.py b/lib/galaxy/datatypes/genetics.py index c92e802ddbb..6349a4fdc7f 100644 --- a/lib/galaxy/datatypes/genetics.py +++ b/lib/galaxy/datatypes/genetics.py @@ -518,7 +518,7 @@ class Snptest(Rgenetics): file_ext = "snptest" -class IdeasPre(Rgenetics): +class IdeasPre(Html): """ This datatype defines the input format required by IDEAS: https://academic.oup.com/nar/article/44/14/6721/2468150