コード例 #1
0
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)
     self.add_composite_file('chromosome_windows.txt',
                             description='Chromosome window positions',
                             is_binary=False,
                             optional=True)
     self.add_composite_file(
         'chromosomes.bed',
         description='Bed file specifying window positions',
         is_binary=False,
         optional=True)
     self.add_composite_file('IDEAS_input_config.txt',
                             description='IDEAS input config',
                             is_binary=False)
     self.add_composite_file(
         'tmp.tar.gz',
         description='Compressed archive of compressed bed files',
         is_binary=True)
コード例 #2
0
ファイル: assembly.py プロジェクト: yiming-kang/galaxy
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)
     self.add_composite_file('Sequences',
                             mimetype='text/html',
                             description='Sequences',
                             substitute_name_with_metadata=None,
                             is_binary=False)
     self.add_composite_file('Roadmaps',
                             mimetype='text/html',
                             description='Roadmaps',
                             substitute_name_with_metadata=None,
                             is_binary=False)
     self.add_composite_file('Log',
                             mimetype='text/html',
                             description='Log',
                             optional='True',
                             substitute_name_with_metadata=None,
                             is_binary=False)
コード例 #3
0
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)
     self.add_composite_file('%s.pheno',
                             description='Phenodata tab text file',
                             substitute_name_with_metadata='base_name',
                             is_binary=False)
コード例 #4
0
ファイル: genetics.py プロジェクト: ImmPortDB/immport-galaxy
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)
     self.add_composite_file('%s.pheno', description='Phenodata tab text file',
                             substitute_name_with_metadata='base_name', is_binary=False)
コード例 #5
0
ファイル: genetics.py プロジェクト: ImmPortDB/immport-galaxy
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)
     self.add_composite_file('chromosome_windows.txt', description='Chromosome window positions', is_binary=False, optional=True)
     self.add_composite_file('chromosomes.bed', description='Bed file specifying window positions', is_binary=False, optional=True)
     self.add_composite_file('IDEAS_input_config.txt', description='IDEAS input config', is_binary=False)
     self.add_composite_file('tmp.tar.gz', description='Compressed archive of compressed bed files', is_binary=True)
コード例 #6
0
ファイル: tracks.py プロジェクト: ImmPortDB/immport-galaxy
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)
コード例 #7
0
ファイル: assembly.py プロジェクト: eteriSokhoyan/galaxy
 def __init__( self, **kwd ):
     Html.__init__( self, **kwd )
     self.add_composite_file( 'Sequences', mimetype='text/html', description='Sequences', substitute_name_with_metadata=None, is_binary=False )
     self.add_composite_file( 'Roadmaps', mimetype='text/html', description='Roadmaps', substitute_name_with_metadata=None, is_binary=False )
     self.add_composite_file( 'Log', mimetype='text/html', description='Log', optional='True', substitute_name_with_metadata=None, is_binary=False )
コード例 #8
0
 def __init__(self, **kwd):
     Html.__init__(self, **kwd)