Skip to content

Commit

Permalink
Revert add_new_specie templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kwentine committed Nov 21, 2024
1 parent c9fc8db commit 46fc111
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions scripts/templates/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ img_attrib_link: "[EDIT] - if there is no hyperlink available for this file, the
# unless you were warned by the add-new-species.py script.
layout: "species_intro"
banner_title: "Species overview"
url: "${slug}"
url: "SPECIES_FOLDER"
weight: 1
science_name: "${species_name}"
lineage_data_path: "${slug}/taxonomy"
science_name: "SPECIES_NAME"
lineage_data_path: "SPECIES_FOLDER/taxonomy"

gbif_taxon_id: "${gbif_taxon_id}"
goat_webpage: "${goat_webpage}"
gbif_taxon_id: "GBIF_TAXON_ID"
goat_webpage: "GOAT_WEBPAGE"


# Optional params below,
Expand Down Expand Up @@ -53,4 +53,4 @@ If you have used the pages for this species in the Genome Portal, please refer t

#### Changelog

- [TODO - Add date] - Species first published on the Portal
- [TODO - Add date] - Species first published on the Portal
6 changes: 3 additions & 3 deletions scripts/templates/assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ key_info:
# unless you were warned by the add-new-species.py script.
title: "Genome assembly"
layout: "species_assembly"
url: "${slug}/assembly"
url: "SPECIES_FOLDER/assembly"
weight: 2

stats_data_path: "${slug}/species_stats"
lineage_data_path: "${slug}/taxonomy"
stats_data_path: "SPECIES_FOLDER/species_stats"
lineage_data_path: "SPECIES_FOLDER/taxonomy"
---

### Contributor(s)
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ alias_file_url: "[EDIT]"
# The below parameters were generated automatically and do not need to be changed.
title: "Download"
layout: "species_download"
url: "${slug}/download"
url: "SPECIES_FOLDER/download"
weight: 3
---

0 comments on commit 46fc111

Please sign in to comment.