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

EVA-3221 - Provide the expected parameter to the brokering prep #161

Merged
merged 3 commits into from
Jul 3, 2023

Conversation

tcezard
Copy link
Member

@tcezard tcezard commented Jun 29, 2023

No description provided.

@@ -144,10 +145,26 @@ def _get_valid_vcf_files(self):
valid_vcf_files.extend(files) if files else None
return valid_vcf_files

def _generate_csv_mappings(self):
vcf_files_mapping_csv = os.path.join(self.eload_dir, 'vcf_files_mapping.csv')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we re-use the same csv file created in the validation for this? If not, we should perhaps name the file vcf_files_to_broker.csv so we don't overwrite the other one.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are different so I change the names.

@tcezard tcezard self-assigned this Jun 30, 2023
@tcezard tcezard merged commit ea18009 into EBIvariation:master Jul 3, 2023
4 checks passed
@tcezard tcezard deleted the fix/norm_in_brokering branch October 10, 2023 12:55
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.

3 participants