Browse code

Fixing test

Tiago Silva authored on 06/06/2023 17:17:43
Showing 1 changed files

... ...
@@ -376,37 +376,6 @@ test_that("Works for TARGET-NBL data", {
376 376
 
377 377
 
378 378
 
379
-test_that("Works for TARGET-NBL data", {
380
-    skip_on_bioc()
381
-    skip_if_offline()
382
-
383
-
384
-    query <- GDCquery(
385
-        project = "TARGET-WT",
386
-        data.category = "Transcriptome Profiling",
387
-        experimental.strategy = "RNA-Seq",
388
-        workflow.type = "STAR - Counts",
389
-        data.type = "Gene Expression Quantification",
390
-        access = "open",
391
-        barcode = c(
392
-            "TARGET-30-PASYPX-01A-01R",
393
-            "TARGET-30-PANKFE-01A-01R",
394
-            "TARGET-30-PAIXIF-01A-01R",
395
-            "TARGET-20-PAWUEX-EOI2-14A",
396
-            "TARGET-30-PAPUAR-01A-01R",
397
-            "TARGET-30-PASCFC-01A",
398
-            "TARGET-30-PAPTFZ-01A"
399
-        )
400
-    )
401
-
402
-    GDCdownload(query)
403
-    expect_equal(nrow(query$results[[1]]),7)
404
-    expect_no_error({
405
-        data <- GDCprepare(query, summarizedExperiment = TRUE)
406
-    })
407
-    expect_equal(ncol(data),7)
408
-})
409
-
410 379
 
411 380
 test_that("Works for TARGET-ALL-P3 data", {
412 381
     skip_on_bioc()