Skip to content

Commit

Permalink
fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
le-ander committed Nov 7, 2023
1 parent af6e838 commit f7dfd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def load(data_dir, **kwargs):
os.path.join(data_dir, "GSE135893_genes.tsv.gz"),
os.path.join(data_dir, "GSE135893_barcodes.tsv.gz"),
os.path.join(data_dir, "GSE135893_IPF_metadata.csv.gz"),
os.path.join(data_dir, "aba1972_Table_S2.csv"),
os.path.join(data_dir, "aba1972_table_s2.csv"),
]
adata = anndata.read_mtx(fn[0]).T
adata.var = pd.read_csv(fn[1], index_col=0, header=None, names=["ids"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dataset_wise:
- "https://ftp.ncbi.nlm.nih.gov/geo/series/GSE135nnn/GSE135893/suppl/GSE135893%5Fbarcodes%2Etsv%2Egz"
download_url_meta:
- "https://ftp.ncbi.nlm.nih.gov/geo/series/GSE135nnn/GSE135893/suppl/GSE135893%5FIPF%5Fmetadata%2Ecsv%2Egz"
- "https://www.science.org/doi/suppl/10.1126/sciadv.aba1972/suppl_file/aba1972_table_s2.csv"
- "manual,aba1972_table_s2.csv,https://www.science.org/doi/suppl/10.1126/sciadv.aba1972/suppl_file/aba1972_table_s2.csv"
primary_data: True
year: 2020
layers:
Expand Down

0 comments on commit f7dfd20

Please sign in to comment.