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

Embed folder or .fastq name as part of Firestore document name #93

Closed
Firedrops opened this issue Feb 26, 2019 · 1 comment
Closed

Embed folder or .fastq name as part of Firestore document name #93

Firedrops opened this issue Feb 26, 2019 · 1 comment

Comments

@Firedrops
Copy link
Contributor

Would aid with identifying runs. For example,

a AB_CDE.fastq will generate something like AB_CDE-2019-02-26T12-34-56UTC, instead of or in addition to resultDocument....

and a folder upload with multiple .fastq, if it's possible to detect this, be named with the folder's name.

Maybe the timestamp can be less verbose if we use the input names as identifiers.

This would also help with generating more intuitive URLs in #57.

@pseveryn
Copy link
Contributor

Added in #96 . Now we have functionality of grouping results by source folder of GCS bucket.
For example, if you add next fastq files

gs://test_bucket/folder_1/1.fastq
gs://test_bucket/folder_1/2.fastq
gs://test_bucket/folder_2/3.fastq
gs://test_bucket/folder_2/4.fastq

you will have two result documents, for folder_1 and folder_2

@obsh obsh closed this as completed Sep 27, 2019
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

3 participants