Skip to content

Commit

Permalink
Update 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 3b92bc6 commit 8233309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ena-submission/scripts/create_project_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
organism = "ebola-zaire"
ncbi_virus_name = "Zaire ebolavirus"
taxon_id = 186538
unique_id = "pathoplexus.org" # tbd

final_project_xml = f"""
<PROJECT_SET>
<PROJECT alias="{group_accession}:{organism}">
<PROJECT 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 8233309

Please sign in to comment.