Skip to content

Commit

Permalink
switch to using the source taxonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jan 15, 2024
1 parent d654c08 commit c39f74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva_assembly_ingestion/assembly_ingestion_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def process_one_assembly(self, source_assembly, taxonomy_list, instance, resume
'target_assembly_accession': self.target_assembly,
# the actual species name does not need to match the taxonomy
# since it is only here to locate the fasta/report files
'species_name': self.scientific_name(taxonomy_list[0]),
'species_name': self.scientific_name(self.source_taxonomy),
'output_dir': assembly_directory,
'genome_assembly_dir': cfg['genome_downloader']['output_directory'],
'extraction_properties': extraction_properties_file,
Expand Down

0 comments on commit c39f74c

Please sign in to comment.