liuwei 5 yıl önce
ebeveyn
işleme
922e3eda1f
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 5 2
      FALCON/falcon_kit/mains/run1.py

+ 5 - 2
FALCON/falcon_kit/mains/run1.py

@@ -168,6 +168,7 @@ def run(wf, config,
 
     parameters = {}
 
+    # ====> 0-rawreads
     if general_config['input_type'] == 'raw':
         # Most common workflow: Start with rawreads.
 
@@ -388,8 +389,9 @@ def run(wf, config,
         preads_fofn_fn = general_config['input_fofn']
         assert os.path.exists(preads_fofn_fn), '{!r} does not exist.'.format(preads_fofn_fn)
 
-    pdb_build_done = os.path.join(pread_dir, 'pdb_build_done')
-    run_jobs_fn = os.path.join(pread_dir, 'run_jobs.sh')
+    # ====> 1-preads_ovl
+    # pdb_build_done = os.path.join(pread_dir, 'pdb_build_done')
+    # run_jobs_fn = os.path.join(pread_dir, 'run_jobs.sh')
     preads_db_fn = os.path.join(pread_dir, 'build', 'preads.db')
     length_cutoff_pr_fn = os.path.join(pread_dir, 'build', 'length_cutoff')
 
@@ -443,6 +445,7 @@ def run(wf, config,
         dist=Dist(NPROC=4, job_dict=config['job.step.asm']),
     ))
 
+    # ====> 2-asm-falcon
     falcon_asm_done_fn = os.path.join(falcon_asm_dir, 'falcon_asm_done')
     for key in ('overlap_filtering_setting', 'length_cutoff_pr', 'fc_ovlp_to_graph_option'):
         parameters[key] = general_config[key]