Skip to content

Commit

Permalink
Fix syntax errors related to misusage of quotes in Jinja template (#5…
Browse files Browse the repository at this point in the history
…3013)

* Fix syntax errors related to misusage of quotes in Jinja template

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* Update recipes/pangolearn/meta.yaml

---------

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Co-authored-by: Alicia A. Evans <108547992+aliciaaevans@users.noreply.github.com>
  • Loading branch information
martin-g and aliciaaevans authored Jan 2, 2025
1 parent e2bd966 commit dac4616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/constellations/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package:
name: "{{ name|lower }}"
version: "{{ version |replace("-", ".") }}"
version: "{{ version |replace('-', '.') }}"

source:
url: /~https://github.com/cov-lineages/constellations/archive/refs/tags/v{{ version }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion recipes/pangolearn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package:
name: "{{ name|lower }}"
version: "{{ version |replace("-", ".") }}"
version: "{{ version |replace('-', '.') }}"

source:
url: /~https://github.com/cov-lineages/pangoLEARN/archive/{{ version }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion recipes/snakemake-wrapper-utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace("-", "_") }}-{{ version }}.tar.gz"
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz"
sha256: e14982261ea9d655fcebf6ef056afbda3760aa8fc1776d8ae71b1bf8c8d9bf4a

build:
Expand Down

0 comments on commit dac4616

Please sign in to comment.