Skip to content

Commit

Permalink
Add center_name to create_project_xml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker authored Jul 8, 2024
1 parent 8233309 commit a6f600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena-submission/scripts/create_project_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

final_project_xml = f"""
<PROJECT_SET>
<PROJECT alias="{group_accession}:{organism}:{unique_id}">
<PROJECT center_name="{Institution}" alias="{group_accession}:{organism}:{unique_id}">
<NAME>{ncbi_virus_name}</NAME>
<TITLE>{ncbi_virus_name} Genome sequencing</TITLE>
<DESCRIPTION>Automated upload of {ncbi_virus_name} sequences submitted by {Institution} from {db}.</DESCRIPTION>
Expand Down

0 comments on commit a6f600c

Please sign in to comment.