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
@@ -157,7 +157,7 @@ rule casc:
input:
os.path.join(RESULTS_DIR, "assembly/{assembly}.fa")
output:
os.path.join(RESULTS_DIR, "analysis/crispr/casc/{assembly}_casc_outputi/{assembly}.results.txt")
os.path.join(RESULTS_DIR, "analysis/crispr/casc/{assembly}_casc_output/{assembly}.results.txt")
log: os.path.join(RESULTS_DIR, "analysis/crispr/casc/{assembly}_casc_output/casc.log")
threads: config["mmseq2"]["threads"]
conda: "../envs/analysis.yaml"
Loading