Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An extra .gz extension is added to gzip files when a filename is specified #6

Open
rforsyth opened this issue Nov 29, 2022 · 0 comments

Comments

@rforsyth
Copy link
Contributor

When you download a file with an explicit file name that has a .gz extension, another .gz is added to the end of the name of the downloaded file. For example:

manager.download_read_set_file(
    SEQUENCE_STORE_ID,
    READ_SET_ID,
    ReadSetFileName.SOURCE1,
    "my-sequence-data.fastq.gz"
)

Results in a downloaded file with the name: my-sequence-data.fastq.gz.gz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant