Automatically add the flowcell subdirectory to the sequence archive path
[htsworkflow.git] / encode_submission / ucsc_gather.py
index 811ffdfc277373e86b6f0f3fe7f9782463c8bdb0..a9fa72a83ddc1c4263e509070f50053d238fa405 100644 (file)
@@ -96,7 +96,8 @@ def main(cmdline=None):
         mapper.link_daf(results)
 
     if opts.fastq:
-        extractor = CondorFastqExtract(opts.host, apidata, opts.sequence,
+        flowcells = os.path.join(opts.sequence, 'flowcells')
+        extractor = CondorFastqExtract(opts.host, flowcells,
                                        force=opts.force)
         extractor.create_scripts(results)