X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsubmission%2Ftrackhub.py;fp=htsworkflow%2Fsubmission%2Ftrackhub.py;h=87a52582eb5317afb7c1c3be487a354f05f6ee77;hp=e3087fe37b118d83b02ab00c27256625a200823e;hb=6f05ae54b482745afbacc8da7d9cc31f9b067d23;hpb=51e86a29e203304a36f0aca00ab535c93800cbaa diff --git a/htsworkflow/submission/trackhub.py b/htsworkflow/submission/trackhub.py index e3087fe..87a5258 100644 --- a/htsworkflow/submission/trackhub.py +++ b/htsworkflow/submission/trackhub.py @@ -39,7 +39,10 @@ class TrackHubSubmission(Submission): context = Context({ 'samples': samples, }) - print str(soft_template.render(context)) + return str(soft_template.render(context)) + + def make_mainifest(self, result_map): + pass def get_sample_metadata(self, analysis_node): """Gather information for filling out sample section of a SOFT file @@ -52,4 +55,4 @@ class TrackHubSubmission(Submission): }) results = self.execute_query(query_template, context) - return results \ No newline at end of file + return results