Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Feb 17, 2025
1 parent 219b857 commit a615558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/cellranger/cellranger_count.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ task run_cellranger_count {
except CalledProcessError:
# Localize tar file
tar_file = sample_name + ".tar"
call_args = ['strato', 'cp', '-m', directory + '/' + tar_file, target]
call_args = ['strato', 'cp', '-m', directory + '/' + tar_file, '.']
print(' '.join(call_args))
check_call(call_args)
Expand Down

0 comments on commit a615558

Please sign in to comment.