Skip to content

Commit

Permalink
[FIX] comment out test that pulls the freesurfer container, too much …
Browse files Browse the repository at this point in the history
…memory.
  • Loading branch information
gagnonanthony committed Nov 19, 2024
1 parent e8ad0aa commit dd8ee37
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions tests/chained.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ nextflow_pipeline {
name "Test nf-pediatric all profiles chained"
script "../main.nf"

// ** COMMENTED OUT FOR NOW, UNTIL WE HAVE ACCESS TO THE SCIL'S RUNNERS. ** //
// test("Freesurfer + connectomics profiles - should run successfully") {
/* ** COMMENTED OUT FOR NOW, UNTIL WE HAVE ACCESS TO THE SCIL'S RUNNERS. ** //
test("Freesurfer + connectomics profiles - should run successfully") {
// when {
// params {

// params.input = "$projectDir/tests/data/samplesheet_testconn.csv"
// params.outdir = "test_results/"
when {
params {
// params.connectomics = true
// params.freesurfer = true
// params.fs_license = "https://www.dropbox.com/scl/fi/0s8lp6lydyd0rxawxb4jm/license.txt?rlkey=hz54oc0d4sor69avqphtrjvgn&st=9e0yij97&dl=0"
params.input = "$projectDir/tests/data/samplesheet_testconn.csv"
params.outdir = "test_results/"
// }
// }
params.connectomics = true
params.freesurfer = true
params.fs_license = "https://www.dropbox.com/scl/fi/0s8lp6lydyd0rxawxb4jm/license.txt?rlkey=hz54oc0d4sor69avqphtrjvgn&st=9e0yij97&dl=0"
// then {
// assert workflow.success
// assert workflow.trace.tasks().size() == 9
// }
}
}
// }
then {
assert workflow.success
assert workflow.trace.tasks().size() == 9
}
}
*/
test("Connectomics + tracking profiles - should run successfully") {

when {
Expand Down Expand Up @@ -70,6 +70,7 @@ nextflow_pipeline {

}

/* UNTIL WE HAVE SCIL'S RUNNERS, WE CAN'T RUN THIS TEST. ** //
test("Connectomics + tracking + infant profiles - should run successfully") {
when {
Expand Down Expand Up @@ -101,5 +102,6 @@ nextflow_pipeline {
}
}
*/

}

0 comments on commit dd8ee37

Please sign in to comment.