Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Error when try to run scflow #35

@Chrisdoan9

Description

@Chrisdoan9

Hi there!

I try to run scflow and got this error:
Would you please have a look? When I run the command view manifest.txt, I don't have the number 1 and 2 before each row. Thank you so much!
nextflow run nf-core/scflow \--manifest manifest.txt \--input sample_sheet.tsv \-c scflow_analysis.config \-profile singularity -r dev

ERROR ~ Error executing process > 'SCFLOW:SCFLOW_CHECKINPUTS (SCFLOW_CHECKINPUTS)'
Caused by:
  Process `SCFLOW:SCFLOW_CHECKINPUTS (SCFLOW_CHECKINPUTS)` terminated with an error exit status (1)
Command executed:
  check_inputs.r \
      --input sample_sheet.tsv         --manifest manifest.txt
  scflow_version=$(Rscript -e 'cat(as.character(utils::packageVersion("scFlow")))'); echo "scFlow ${scflow_version}" > "scFlow_${scflow_version}.version.txt"
Command exit status:
  1
Command output:
  The following paths were not found: -
    key                                                   filepath
  1  wt   /labs/chris/sn_mouse/wt/filtered_feature_bc_matrix
  2  mt /labs/chris/sn_mouse/ko/filtered_feature_bc_matrix
Command error:
  /apps/modules/lmod/lmod/init/bash: line 16: __lmod_vx: unbound variable
  INFO:    Converting SIF file to temporary sandbox...
  Warning message:
  In read.table(file = file, header = header, sep = sep, quote = quote,  :
    incomplete final line found by readTableHeader on 'sample_sheet.tsv' (edited)

manifest.txt

key filepath
wt /labs/chris/sn_mouse/WT/filtered_feature_bc_matrix
mt /labs/chris/sn_mouse/KO/filtered_feature_bc_matrix

sample_sheet.txt

individual group diagnosis manifest
1 wt wt wt
2 ko ko ko

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions