Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified eva_sub_cli/etc/EVA_Submission_Example.xlsx
Binary file not shown.
Binary file modified eva_sub_cli/etc/EVA_Submission_template.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_Docker_Test.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_test.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_test_fails.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_test_version_missing.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_test_with_links.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_test_with_non_vcf_files.xlsx
Binary file not shown.
Binary file modified tests/resources/EVA_Submission_test_with_project_accession.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TestOrchestrator(unittest.TestCase):
mapping_file = os.path.join(test_sub_dir, 'vcf_mapping_file.csv')
metadata_json = os.path.join(test_sub_dir, 'sub_metadata.json')
metadata_xlsx = os.path.join(test_sub_dir, 'sub_metadata.xlsx')
metadata_xlsx_version = '3.0.0'
metadata_xlsx_version = '3.0.1'
metadata_xlsx_with_project_accession = os.path.join(test_sub_dir, 'EVA_Submission_test_with_project_accession.xlsx')
metadata_xlsx_version_v2 = '2.0.1'
metadata_xlsx_v2 = os.path.join(test_sub_dir, 'EVA_Submission_test_V2.xlsx')
Expand Down
Loading