For pipeline 1.1rc1 or 1.3.2, look for the matrix files in the bustard dir
[htsworkflow.git] / scripts / srf
index 4f487ea9d1106e30804fda38576b0431a6160c2b..09a2155995ed73f1031980d9ca806b0de58fe76f 100644 (file)
@@ -30,15 +30,15 @@ def make_commands(run_name, lanes, site_name, destdir):
     dest_path = os.path.join(destdir, destname)
     seq_pattern = 's_%d_*_seq.txt' % (lane,)
 
-    #cmd = ['solexa2srf', 
-    #       '-N', name_prefix,
-    #       '-n', '%3x:%3y', 
-    #       '-o', dest_path, 
-    #       seq_pattern]
-    cmd = ['illumina2srf', 
-           '-v1.0',
-           '-o', dest_path,
+    cmd = ['solexa2srf', 
+           '-N', name_prefix,
+           '-n', '%3x:%3y', 
+           '-o', dest_path, 
            seq_pattern]
+    #cmd = ['illumina2srf', 
+    #       '-v1.0',
+    #       '-o', dest_path,
+    #       seq_pattern]
 
     cmd_list.append(" ".join(cmd))
   return cmd_list