Skip to content

Commit

Permalink
Feat: Adding pipeline hooks for getting job information.
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Apr 1, 2024
1 parent c5b2944 commit 38da0c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ elif assay in ["atac", "chip"]:


#############################
# Pipeline hooks for Onstart,
# onsucess, and onerror
include: join("rules", "hooks.smk")

# QC/alignment rules: trim_pe,
# BWA_PE, picard_dedup, bam2bw,
Expand Down

0 comments on commit 38da0c2

Please sign in to comment.