The folder you mention, does it contain all the files listed by query. To see the total files by query use the following:
nrow(query$results[[1]])
Compare with the total downloaded files in your folder.
Further could you send me the exact query you used as it would be then easier to troubleshoot. Also send the output of the following command
getwd()
In the following command replace "GDCdata" with the local folder name.
GDCprepare_clinic(query, directory = "GDCdata")Thank you for reply. I tried but it did not work. the directory was OK, should i change the query argument, for it was still the object returned from GDCquery function.