# HG changeset patch # User Jim Johnson # Date 1349786638 18000 # Node ID 9d25b0fd882b6c2aec75c011c5ac5c24612c979f # Parent 77ca14d2bb3df27f36a32dfa599b4912407cfec7 Add cuffdatadb datatype (cummeRbund SQLite DB) to cuffdata.py diff -r 77ca14d2bb3d -r 9d25b0fd882b cuffdata.py --- a/cuffdata.py Mon Oct 08 16:20:35 2012 -0500 +++ b/cuffdata.py Tue Oct 09 07:43:58 2012 -0500 @@ -5,6 +5,7 @@ import os,os.path,re import galaxy.datatypes.data from galaxy.datatypes.images import Html +from galaxy.datatypes.binary import Binary from galaxy import util from galaxy.datatypes.metadata import MetadataElement @@ -36,7 +37,7 @@ tss_groups.read_group_tracking """ file_ext = 'cuffdata' - is_binary = True + is_binary = False composite_type = 'auto_primary_file' allow_datatype_change = False @@ -71,3 +72,7 @@ def sniff( self, filename ): return False +class CuffDataDB( Binary ): + file_ext = 'cuffdata' + is_binary = True + allow_datatype_change = False diff -r 77ca14d2bb3d -r 9d25b0fd882b cuffdata_datasets.xml --- a/cuffdata_datasets.xml Mon Oct 08 16:20:35 2012 -0500 +++ b/cuffdata_datasets.xml Tue Oct 09 07:43:58 2012 -0500 @@ -1,4 +1,4 @@ - + history datasets from Cuffdiff output diff -r 77ca14d2bb3d -r 9d25b0fd882b cuffdiff_wrapper.xml --- a/cuffdiff_wrapper.xml Mon Oct 08 16:20:35 2012 -0500 +++ b/cuffdiff_wrapper.xml Tue Oct 09 07:43:58 2012 -0500 @@ -1,4 +1,4 @@ - + find significant changes in transcript expression, splicing, and promoter use diff -r 77ca14d2bb3d -r 9d25b0fd882b cummerbund_wrapper.xml --- a/cummerbund_wrapper.xml Mon Oct 08 16:20:35 2012 -0500 +++ b/cummerbund_wrapper.xml Tue Oct 09 07:43:58 2012 -0500 @@ -1,4 +1,4 @@ - + R package designed to aid and simplify the task of analyzing Cufflinks RNA-Seq output diff -r 77ca14d2bb3d -r 9d25b0fd882b datatypes_conf.xml --- a/datatypes_conf.xml Mon Oct 08 16:20:35 2012 -0500 +++ b/datatypes_conf.xml Tue Oct 09 07:43:58 2012 -0500 @@ -7,7 +7,7 @@ - +