Skip to content

Standardize conversion workflow #1272

Standardize conversion workflow

Standardize conversion workflow #1272

GitHub Actions / JUnit Test Report failed Oct 4, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in nf

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

nf.test-dataset_kallisto_aligner

Assertion failed: 

4 of 12 assertions failed
Raw output
Nextflow stdout:

ERROR ~ Error executing process > 'NFCORE_SCRNASEQ:SCRNASEQ:MTX_CONVERSION:ANNDATAR_CONVERT (Sample_Y)'

Caused by:
  Process `NFCORE_SCRNASEQ:SCRNASEQ:MTX_CONVERSION:ANNDATAR_CONVERT (Sample_Y)` terminated with an error exit status (125)

Command executed [/home/runner/work/scrnaseq/scrnaseq/./workflows/../subworkflows/local/../../modules/local/templates/anndatar_convert.R]:

  #!/usr/bin/env Rscript
  
  # to use nf variables: "Sample_Y"
  
  # load libraries
  library(anndataR)
  
  # read input
  adata <- read_h5ad("Sample_Y_raw_matrix.h5ad")
  
  # convert to Rds
  obj <- adata$to_Seurat()
  
  # save files
  dir.create(file.path("Sample_Y"), showWarnings = FALSE)
  saveRDS(obj, file = "Sample_Y/Sample_Y_raw_matrix.Rds")

Command exit status:
  125

Command output:
  (empty)

Command error:
  docker: invalid reference format.
  See 'docker run --help'.

Work dir:
  /home/runner/work/scrnaseq/scrnaseq/.nf-test/tests/22ea1c4ecf262148ed1ee87e15c67438/work/d7/dac5f6d9ae5572797ef75d6c178568

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named `.command.sh`

 -- Check '/home/runner/work/scrnaseq/scrnaseq/.nf-test/tests/22ea1c4ecf262148ed1ee87e15c67438/meta/nextflow.log' file for details
ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting

 -- Check '/home/runner/work/scrnaseq/scrnaseq/.nf-test/tests/22ea1c4ecf262148ed1ee87e15c67438/meta/nextflow.log' file for details
Nextflow stderr: