Apparently I forgot to remove a parameter why creating copy_hiseq_project_fastqs
authorDiane Trout <diane@caltech.edu>
Fri, 23 Mar 2012 23:55:05 +0000 (16:55 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 23 Mar 2012 23:55:05 +0000 (16:55 -0700)
htsworkflow/pipelines/runfolder.py

index 4f871a2a210ab804e043fd340baa460ae8a3dd4a..3389c2d9ab8ad6f3ffc4b2378c0c8fcd7ff8139a 100644 (file)
@@ -557,7 +557,7 @@ def extract_results(runs, output_base_dir=None, site="individual", num_jobs=1, r
         run_name = srf.pathname_to_run_name(r.pathname)
         seq_cmds = []
         if raw_format == 'fastq':
-            srf.copy_hiseq_project_fastqs(run_name, r.bustard.pathname, lanes, site, cycle_dir)
+            srf.copy_hiseq_project_fastqs(run_name, r.bustard.pathname, site, cycle_dir)
         elif raw_format == 'qseq':
             seq_cmds = srf.make_qseq_commands(run_name, r.bustard.pathname, lanes, site, cycle_dir)
         elif raw_format == 'srf':