Skip to content

Commit

Permalink
adding copy cmd to main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu7 committed Aug 16, 2022
1 parent 8a7563e commit 5dced1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validate-seqtools/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ process validateSeqtools {
// add and initialize variables here as needed
args_skip_md5sum_check = params.skip_md5sum_check ? "--skip_md5sum_check " : ""
"""
cp ${json_file} local_copy
python3 /tools/main.py \
-j ${json_file} \
-j local_copy \
${args_skip_md5sum_check} \
> seq-tools.log 2>&1
"""
Expand Down

0 comments on commit 5dced1e

Please sign in to comment.