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

Enhanced Data Transfer Process with Assay File Inclusion #660

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

michael-harper
Copy link
Contributor

Previously, when upserting assays the meta field was copied across without copying files present in this assay meta field. This field can contain raw fastq files that would be necessary to align during a pipeline run.

copy_files_in_dict is capable of iterating through a dictionary (such as the assay['meta'] field) and creating new file locations in the test bucket based on file locations present in the assay meta.

…Needed to pass the 'project' variable through various function calls in order to provide copy_files_in_dict the correct project id to create paths to copy files to
@michael-harper
Copy link
Contributor Author

Have run this locally and it is working as expected 🙂 thanks @vivbak !

@michael-harper michael-harper merged commit 6530d46 into dev Jan 26, 2024
2 checks passed
@michael-harper michael-harper deleted the copy-assays-during-create-test-subset branch January 26, 2024 04:12
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

Successfully merging this pull request may close these issues.

2 participants