Skip to content

Commit 69d17f8

Browse files
authored
Switching solar jetlag import URL's back to main repository (#264)
1 parent 69bfbec commit 69d17f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/ww-sjl/testrun.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version 1.0
22

33
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-testdata/ww-testdata.wdl" as ww_testdata
4-
import "https://raw.githubusercontent.com/caronondin22/wilds-wdl-library/refs/heads/main/modules/ww-sjl/ww-sjl.wdl" as ww_sjl
4+
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-sjl/ww-sjl.wdl" as ww_sjl
55

66
workflow sjl_example {
77
# Generate synthetic test tile and border points data

modules/ww-sjl/ww-sjl.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ task sjl_tiles {
4747
# Pull sjl_tiles script from GitHub
4848
# NOTE: For reproducibility in production workflows, replace the branch reference
4949
# (e.g., "refs/heads/main") with a specific commit hash (e.g., "abc1234...")
50-
wget -q "https://raw.githubusercontent.com/caronondin22/wilds-wdl-library/refs/heads/main/modules/ww-sjl/sjl_tiles.R" \
50+
wget -q "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-sjl/sjl_tiles.R" \
5151
-O sjl_tiles.R
5252
5353
Rscript sjl_tiles.R \

pipelines/ww-jetlag/testrun.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version 1.0
22

33
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-testdata/ww-testdata.wdl" as ww_testdata
4-
import "https://raw.githubusercontent.com/caronondin22/wilds-wdl-library/refs/heads/main/pipelines/ww-jetlag/ww-jetlag.wdl" as ww_jetlag
4+
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/pipelines/ww-jetlag/ww-jetlag.wdl" as ww_jetlag
55

66
workflow jetlag_example {
77
# Generate synthetic test tile and border points data

pipelines/ww-jetlag/ww-jetlag.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
version 1.0
66

7-
import "https://raw.githubusercontent.com/caronondin22/wilds-wdl-library/refs/heads/main/modules/ww-sjl/ww-sjl.wdl" as ww_sjl
7+
import "https://raw.githubusercontent.com/getwilds/wilds-wdl-library/refs/heads/main/modules/ww-sjl/ww-sjl.wdl" as ww_sjl
88

99
workflow jetlag {
1010
meta {

0 commit comments

Comments
 (0)