Skip to content

Commit

Permalink
Autofix Nextflow configuration regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Faizal-Eeman authored and github-actions[bot] committed Jun 10, 2024
1 parent 79050ec commit cc5f475
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/configtest-F16.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"author": "Yu Pan, Tim Sanders, Yael Berkovich, Mohammed Faizal Eeman Mootor",
"description": "A pipeline to call germline structural variants utilizing Delly and Manta",
"name": "call-gSV",
"version": "5.0.0"
"version": "5.1.0"
},
"params": {
"GCNV": "gCNV",
Expand Down Expand Up @@ -70,7 +70,7 @@
]
}
},
"log_output_dir": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z",
"log_output_dir": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z",
"manta_version": "1.6.0",
"map_qual": "20",
"mappability_map": "/hot/ref/tool-specific-input/Delly/GRCh38/Homo_sapiens.GRCh38.dna.primary_assembly.fa.r101.s501.blacklist.gz",
Expand All @@ -79,7 +79,7 @@
"min_cpus": "1",
"min_memory": "1 MB",
"output_dir": "/tmp/test-only-outputs",
"output_dir_base": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309",
"output_dir_base": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309",
"pipeval_version": "4.0.0-rc.2",
"proc_resource_params": {
"call_gCNV_Delly": {
Expand Down Expand Up @@ -368,15 +368,15 @@
},
"report": {
"enabled": true,
"file": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z/nextflow-log/report.html"
"file": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z/nextflow-log/report.html"
},
"timeline": {
"enabled": true,
"file": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z/nextflow-log/timeline.html"
"file": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z/nextflow-log/timeline.html"
},
"trace": {
"enabled": true,
"file": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z/nextflow-log/trace.txt"
"file": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z/nextflow-log/trace.txt"
},
"tz": "sun.util.calendar.ZoneInfo[id=\"UTC\",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]",
"workDir": "/scratch/300935"
Expand Down

0 comments on commit cc5f475

Please sign in to comment.