This repository was archived by the owner on Jun 13, 2024. It is now read-only.
forked from combiz/nf-core-scflow
-
Notifications
You must be signed in to change notification settings - Fork 10
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Error when try to run scflow #35
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working