use GEOparse to download series supplemental files?
0
0
Entering edit mode
4 months ago
mk ▴ 290

This GSE series has multiple supplemental files that are listed as Series_supplemental_file in the GSE163697_family.soft.gz and shown in the "Supplementary file" table you see with many GSE series on GEO and shown in the picture below:

enter image description here

However, it seems that GEOparse.GSE.download_supplementary_files() only looks for SRA metadata for the associated GSM files, and ignores series supplementary files mentioned above:

geo_accession = "GSE163697"
gse = GEOparse.GSE.get_GEO(geo=geo_accession, destdir=destination_directory)
gse.download_supplementary_files(
    download_sra=False,
    directory=destination_directory,
    email="me@gmail.com",
    sra_kwargs={'threads':32})

Is there any option to get series supplemental files as well?

gse geoparse python geoquery geo • 295 views
ADD COMMENT

Login before adding your answer.

Traffic: 1569 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6