Skip to content
Snippets Groups Projects
Commit 8f6c7117 authored by Susheel Busi's avatar Susheel Busi
Browse files

Update analysis.smk

parent 0fd407f7
No related branches found
No related tags found
1 merge request!67WIP: Checkpoint snakefile
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment