-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update nf-test to v0.8.2 Should execute pipeline applying an additive model * update .gitignore Ignore .nf-test.log in commits * update test case regenie_step2 add snapshot remove redundant cases * update snapshot regenie_step1
- Loading branch information
1 parent
5fe124d
commit 72bfd26
Showing
6 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ tests/output | |
nf-test | ||
.project | ||
.DS_Store | ||
.nf-test.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"Should execute pipeline applying an additive model": { | ||
"content": [ | ||
"Y1.regenie.gz:md5,e4ddf7505dc35e1173c4401f4090da76", | ||
"Y1.regenie.gz:md5,3b46e913e302d59a27c87f989384a689", | ||
{ | ||
"tasksFailed": 0, | ||
"tasksCount": 15, | ||
"tasksSucceeded": 15 | ||
} | ||
], | ||
"timestamp": "2023-09-08T15:21:44.585872" | ||
"timestamp": "2023-12-14T13:41:14.112083" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Should execute regenie step 1 for 2 phenotypes ": { | ||
"content": [ | ||
"regenie_step1_out_1.loco.gz:md5,7acd8ecadafb0eb9bbab2eb8b529e54f", | ||
"regenie_step1_out_2.loco.gz:md5,41ab9671090c2f7af3834242e691d18a" | ||
"regenie_step1_out_1.loco.gz:md5,5e3f3bd230d519c0740ae158d2ba2f41", | ||
"regenie_step1_out_2.loco.gz:md5,ff2327b54520a6885df85ad27cebcd19" | ||
], | ||
"timestamp": "2023-09-08T13:14:33.253877" | ||
"timestamp": "2023-12-14T15:05:10.807967" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Should execute regenie step2 without predictions": { | ||
"content": [ | ||
[ | ||
"example", | ||
"example.regenie.gz:md5,18c80204000d96c4cffbfd1859088111", | ||
"example.regenie.Ydict:md5,89086862ab0ea9b2a1a92f3bee0b55d3" | ||
] | ||
], | ||
"timestamp": "2023-12-14T14:47:08.826254" | ||
} | ||
} |