Skip to content

Commit

Permalink
Run with batch fix (#9)
Browse files Browse the repository at this point in the history
Removes the error `ln: failed to create symbolic link '/data/exomiser-data-bundle': No such file or directory` when run with batch
  • Loading branch information
sk-sahu authored Jul 17, 2023
1 parent 089ec85 commit 5a5a987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ process exomiser {
def exomiser = "java -Xms2g -Xmx4g -jar "+"${exomiser_executable}"
"""
# link the staged/downloaded data to predefined path
mkdir -p /data
mkdir -p /data/exomiser-data-bundle
ln -s "\$PWD/$exomiser_data/" /data/exomiser-data-bundle
ls -l
Expand Down

0 comments on commit 5a5a987

Please sign in to comment.