Skip to content

Commit

Permalink
put symlinks in an indir
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralVerity committed Aug 30, 2023
1 parent e573498 commit 6550b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions denv_pipeline/utils/set_up_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def symlink_setup(config, cwd):

symlink = config["symlink"]

if not os.path.exists(config["indir"]):
misc.make_directory(config["indir"])

os.chdir(config["indir"])
os.system(f"ycgaFastq {symlink}")
os.chdir(cwd)
Expand Down

0 comments on commit 6550b76

Please sign in to comment.