Skip to content

Commit

Permalink
Patch: macOSx does not have -r option for ln command.
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Apr 4, 2024
1 parent 009c749 commit 885b14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/trim.smk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rule setup:
# create a symlink if already merged
prefix = lambda w: "cat"
if samples2barcodes[w.name]
else "ln -rsf",
else "ln -sf",
suffix = lambda w: ">"
if samples2barcodes[w.name]
else "",
Expand Down

0 comments on commit 885b14a

Please sign in to comment.