Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Removed an include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Oct 31, 2018
1 parent 872c2a9 commit 687ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/ChIPseq.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipehome = config['project']['pipehome']

print(pipehome)

include: join(pipehome, "Rules", "InitialChIPseqQC.snakefile")
#include: join(pipehome, "Rules", "InitialChIPseqQC.snakefile")

bam_suffix = '.sorted.bam'
#####################
Expand Down

0 comments on commit 687ceba

Please sign in to comment.