Skip to content
Snippets Groups Projects

WIP: Checkpoint snakefile

Merged Susheel Busi requested to merge checkpoint_snakefile into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -40,7 +40,7 @@ rule MAPPABILITY:
rule CRISPR:
input:
expand(os.path.join(RESULTS_DIR, "analysis/crispr/casc/{assembly}_casc_outputi/{assembly}.results.txt"), assembly=["flye", "megahit", "metaspades", "metaspades_hybrid"]),
expand(os.path.join(RESULTS_DIR, "analysis/crispr/casc/{assembly}_casc_output/{assembly}.results.txt"), assembly=["flye", "megahit", "metaspades", "metaspades_hybrid"]),
expand(os.path.join(RESULTS_DIR, "analysis/crispr/minced/{assembly}.txt"), assembly=["flye", "megahit", "metaspades", "metaspades_hybrid"])
output:
touch('crispr_analysis.done')
Loading