Hi there,
I'm Ansel from Broad Institute and we're trying the 2nd step analysis with cumulus-AC_1c/Cellranger_aggr:branch_from_tag_2.5.0, but I keep getting this error below, the error saying I should specify backend
which i tried gcp and gcs but it looks like the variable was not passing to the script. So I'm wondering if there are any other parameters that I should change?
Thanks for your help!
Ansel
Attach the input I used for the workflow:
{"cellranger_aggr.normalize":"none","cellranger_aggr.preemptible":"${2}","cellranger_aggr.backend":"${}","cellranger_aggr.secondary":"${true}","cellranger_aggr.input_counts_directories":"gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/117990_1,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/117990_2,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/117992_1,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/8_125110_1LR,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/7_118284_1LR,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/9_118487_2LR,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/sciatic_11_12,gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/sciatic_9_10","cellranger_aggr.output_directory":"gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/aggr","cellranger_aggr.aggr_id":"sciatic_sample"}
filenames [filenames ...]
strato cp: error: the following arguments are required: --backend
Traceback (most recent call last):
File "<stdin>", line 21, in <module>
strato cp -m -r gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/117990_1 /cromwell_root
File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['strato', 'cp', '-m', '-r', 'gs://fc-89ec6b61-9eaf-4b5a-9c85-a160299e8d94/output/117990_1', '/cromwell_root']' returned non-zero exit status 2.