commit/galaxy-central: jgoecks: Add necessary space after threads option in Cuffmerge.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/04ff82b2ce0c/ changeset: 04ff82b2ce0c user: jgoecks date: 2012-03-08 14:37:20 summary: Add necessary space after threads option in Cuffmerge. affected #: 1 file diff -r 40f1816d685794f4a2ddb139ca25803f2da9b0de -r 04ff82b2ce0c9e4788e87691ef871c078b47a424 tools/ngs_rna/cuffmerge_wrapper.py --- a/tools/ngs_rna/cuffmerge_wrapper.py +++ b/tools/ngs_rna/cuffmerge_wrapper.py @@ -82,7 +82,7 @@ # Add options. if options.num_threads: - cmd += ( " -p %i" % int ( options.num_threads ) ) + cmd += ( " -p %i " % int ( options.num_threads ) ) if options.ref_annotation: cmd += " -g %s " % options.ref_annotation if options.use_seq_data: 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.
participants (1)
-
Bitbucket