1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/affd8fe24fc1/ Changeset: affd8fe24fc1 User: dan Date: 2013-10-09 16:52:36 Summary: Fix for lib/galaxy/datatypes/converters/fastq_to_fqtoc.py Affected #: 1 file diff -r 9741409d89322b3da25e13be8a65a062a688f823 -r affd8fe24fc149b354fa3b603d205f4539e0804d lib/galaxy/datatypes/converters/fastq_to_fqtoc.py --- a/lib/galaxy/datatypes/converters/fastq_to_fqtoc.py +++ b/lib/galaxy/datatypes/converters/fastq_to_fqtoc.py @@ -28,7 +28,7 @@ lines_per_chunk = 4*sequences chunk_begin = 0 - in_file = open(input_name) + in_file = open(input_fname) out_file.write('{"sections" : ['); Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.