diff --git a/workflows/cellranger/cellranger_count.wdl b/workflows/cellranger/cellranger_count.wdl index 2e553a1b..ade3d276 100644 --- a/workflows/cellranger/cellranger_count.wdl +++ b/workflows/cellranger/cellranger_count.wdl @@ -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)