Skip to content

Commit

Permalink
Merge pull request #6 from tcezard/EVA3286_fix_missing_parameter
Browse files Browse the repository at this point in the history
EVA3286 - Set the output folder parameter
  • Loading branch information
tcezard authored Jun 14, 2023
2 parents 3ba3053 + 6dc3d54 commit 0086ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eva_assembly_ingestion/assembly_ingestion_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def check_remapping_required(self, source_assembly):
def create_extraction_properties(self, output_file_path, source_assembly):
properties = self.properties_generator.get_remapping_extraction_properties(
taxonomy=self.taxonomy,
source_assembly=source_assembly
source_assembly=source_assembly,
output_folder='.',
)
with open(output_file_path, 'w') as open_file:
open_file.write(properties)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ebi-eva-common-pyutils==0.5.3
ebi-eva-common-pyutils==0.5.5
pyyaml
requests
retry

0 comments on commit 0086ed7

Please sign in to comment.