File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version 1.0
22
33import "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
66workflow sjl_example {
77 # Generate synthetic test tile and border points data
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 11version 1.0
22
33import "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
66workflow jetlag_example {
77 # Generate synthetic test tile and border points data
Original file line number Diff line number Diff line change 44
55version 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
99workflow jetlag {
1010 meta {
You can’t perform that action at this time.
0 commit comments