Mercurial > repos > rmarenco > hubarchivecreator
diff Bam.py @ 26:df42241d3731 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit c11beb58525fe6453a2180fe7783f6e8b0151901-dirty
author | yating-l |
---|---|
date | Mon, 03 Jul 2017 17:30:20 -0400 |
parents | 2677f1899aa8 |
children |
line wrap: on
line diff
--- a/Bam.py Fri Jun 02 17:36:24 2017 -0400 +++ b/Bam.py Mon Jul 03 17:30:20 2017 -0400 @@ -37,6 +37,7 @@ # TODO: Think about how to avoid repetition of the group_name everywhere self.group_name = self.data_bam["group_name"] + self.database = self.data_bam["database"] if self.data_bam["long_label"]: self.long_label = self.data_bam["long_label"] else: @@ -58,7 +59,8 @@ long_label=self.long_label, track_type='bam', visibility='pack', priority=self.priority, track_file=bam_index_file_path, track_color=self.track_color, - group_name=self.group_name + group_name=self.group_name, + database=self.database ) # # dataURL = "tracks/%s" % self.name_bam