X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsubmission%2Fcondorfastq.py;h=9f4f1368176fa1aa1bccec47b4c302831e56e30b;hp=5ae4b7a01f481f1b75e181c50d919010fb4b3d26;hb=2ee1299ca704cf3fcf5a48744db84274640c0176;hpb=c99feb78c58da43cb018dc3ef109bc3074d3c511 diff --git a/htsworkflow/submission/condorfastq.py b/htsworkflow/submission/condorfastq.py index 5ae4b7a..9f4f136 100644 --- a/htsworkflow/submission/condorfastq.py +++ b/htsworkflow/submission/condorfastq.py @@ -250,7 +250,7 @@ WHERE { """Add link between target pathname and the 'lane' that produced it (note lane objects are now post demultiplexing.) """ - target_uri = 'file://' + target + target_uri = 'file://' + target.encode('utf-8') target_node = RDF.Node(RDF.Uri(target_uri)) source_stmt = RDF.Statement(target_node, dcNS['source'], seq.filenode) self.model.add_statement(source_stmt)