Closed ofanobilbao closed 11 months ago
Number of mice samples not clear, neither for 10x data nor for Smart-Seq2. Contacted corresponding author to clarify.
Will proceed only with human data.
Deleted ncbi-cloud mouse data.
locate the sra_metadata_UUID.csv file that was created on cloud syncing. download file locally
aws s3 cp s3://hca-ncbi-cloud-data/sra_metadata_b2338de6-2faa-4d5b-b731-4a8ba54a3212.csv .
validate that the submission column has the correct SRA number(s)awk -F',' '{ print $43}' sra_metadata_b2338de6-2faa-4d5b-b731-4a8ba54a3212.csv | uniq
save sra run IDsawk -F',' '{ print $1}' sra_metadata_b2338de6-2faa-4d5b-b731-4a8ba54a3212.csv > rm_ncbi_cloud_s3.csv
read file with sra run IDs and delete corresponding directories in ncbi-cloud storagewhile read p; do aws s3 rm s3://hca-ncbi-cloud-data/$p --recursive; done < rm_ncbi_cloud_s3.csv
delete sra_metadata_UUID.csvaws s3 rm s3://hca-ncbi-cloud-data/sra_metadata_b2338de6-2faa-4d5b-b731-4a8ba54a3212.csv
@arschat to contact contributors for donor/specimen info
No update here, commenting just to specifying where dataset is stuck:
Inconsistent donor numbers between Supplementary Table 1 and Source Data Extended Data Fig. 1. See patients_table spreadsheet in google drive for more info. Possibly multiple specimens per donor not mentioned in paper.
Still waiting for author to reply.
GSE145173 - Decoding myofibroblast origins in human kidney fibrosis
Project short name:
Kramann-Human-Smartseq2
Primary Wrangler:
Arsenios Chatzigeorgiou @arschat
Secondary Wrangler:
Link to Ingest
Associated files
Published study links
Paper: https://www.nature.com/articles/s41586-020-2941-1
Accessioned data: GSE145173, GSE144528
Key Events