Skip to content

Commit

Permalink
Merge pull request #163 from uclahs-cds/nwiltsie-mask-test-versions
Browse files Browse the repository at this point in the history
Mask version number in config tests
  • Loading branch information
nwiltsie authored Jun 11, 2024
2 parents f2e7be2 + aba6fc3 commit 6093294
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions test/configtest-F16.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
"trace.file",
"params.date"
],
"version_fields": [
"manifest.version",
"params.log_output_dir",
"params.output_dir_base",
"report.file",
"timeline.file",
"trace.file"
],
"expected_result": {
"docker": {
"all_group_ids": "$(for i in `id --real --groups`; do echo -n \"--group-add=$i \"; done)",
Expand All @@ -41,7 +49,7 @@
"author": "Yu Pan, Ghouse Mohammed, Mohammed Faizal Eeman Mootor",
"description": "A pipeline to call somatic SVs utilizing Delly and Manta",
"name": "call-sSV",
"version": "6.1.0"
"version": "VER.SI.ON"
},
"params": {
"algorithm": [
Expand Down Expand Up @@ -72,7 +80,7 @@
]
}
},
"log_output_dir": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z",
"log_output_dir": "/tmp/outputs/call-sSV-VER.SI.ON/610093/log-call-sSV-VER.SI.ON-19970704T165655Z",
"mad_cutoff": "15",
"manta_version": "1.6.0",
"map_qual": "20",
Expand All @@ -82,7 +90,7 @@
"min_cpus": "1",
"min_memory": "1 MB",
"output_dir": "/tmp/outputs",
"output_dir_base": "/tmp/outputs/call-sSV-6.1.0/610093",
"output_dir_base": "/tmp/outputs/call-sSV-VER.SI.ON/610093",
"pipeval_version": "4.0.0-rc.2",
"proc_resource_params": {
"call_sSV_Delly": {
Expand Down Expand Up @@ -268,18 +276,18 @@
},
"report": {
"enabled": true,
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z/nextflow-log/report.html"
"file": "/tmp/outputs/call-sSV-VER.SI.ON/610093/log-call-sSV-VER.SI.ON-19970704T165655Z/nextflow-log/report.html"
},
"sample": [
"610093"
],
"timeline": {
"enabled": true,
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z/nextflow-log/timeline.html"
"file": "/tmp/outputs/call-sSV-VER.SI.ON/610093/log-call-sSV-VER.SI.ON-19970704T165655Z/nextflow-log/timeline.html"
},
"trace": {
"enabled": true,
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z/nextflow-log/trace.txt"
"file": "/tmp/outputs/call-sSV-VER.SI.ON/610093/log-call-sSV-VER.SI.ON-19970704T165655Z/nextflow-log/trace.txt"
},
"tz": "sun.util.calendar.ZoneInfo[id=\"UTC\",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]",
"workDir": "/scratch/523557"
Expand Down

0 comments on commit 6093294

Please sign in to comment.