Skip to content

Commit

Permalink
fix: full path for config
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Aug 19, 2024
1 parent c1c7ff2 commit bbf2310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prep_diffbind.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def main(group1, group2, peaktool, peakext, peakcaller, csvfile, wp, bam_dir):
config=json.load(open("config.json"))
config=json.load(open(join(wp, "config.json"))
chip2input = config['project']['peaks']['inputs']
groupdata = config['project']['groups']
blocks = config['project']['blocks']
Expand Down

0 comments on commit bbf2310

Please sign in to comment.