You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error that it can't find the sample sheet metadata but it seems like it gives an unrelated path that doesn't exist in the first place. I'm not even sure where it got this path because I didn't provide any path like it in my command. I also tried with and without the resume flag.
[07/dea46a] NOTE: Process `PATHOGENSURVEILLANCE:PREPARE_INPUT:SAMPLESHEET_CHECK (ncbi_and_usda_3516_metadata.csv)` terminated with an error exit status (1) -- Execution is retried (1)
ERROR ~ Error executing process > 'PATHOGENSURVEILLANCE:PREPARE_INPUT:SAMPLESHEET_CHECK (ncbi_and_usda_3516_metadata.csv)'
Caused by:
Process `PATHOGENSURVEILLANCE:PREPARE_INPUT:SAMPLESHEET_CHECK (ncbi_and_usda_3516_metadata.csv)` terminated with an error exit status (1)
Command executed:
check_samplesheet.R ncbi_and_usda_3516_metadata.csv
cat <<-END_VERSIONS > versions.yml
"PATHOGENSURVEILLANCE:PREPARE_INPUT:SAMPLESHEET_CHECK":
r-base: $(echo $(R --version 2>&1) | sed 's/^.*R version //; s/ .*$//')
END_VERSIONS
Command exit status:
1
Command output:
(empty)
Command error:
Error in file(file, "rt") : cannot open the connection
Calls: read.csv -> read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file '/home/bpp/buchanri/Downloads/ncbi_and_usda_3516_metadata.csv': No such file or directory
Execution halted
Work dir:
/nfs7/BPP/Chang_Lab/paradarc/paper3_bra/scripts/pathogensurveillance/work/76/e814533c3dcaa7d5c7714b032fb00e
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 '.nextflow.log' file for details
ERROR ~ Cannot invoke method getAt() on null object
-- Check script './workflows/pathogensurveillance.nf' at line: 277 or see '.nextflow.log' file for more details
Also all of the paths before the pipeline starts are correct:
After running this command to run the pipeline:
I get an error that it can't find the sample sheet metadata but it seems like it gives an unrelated path that doesn't exist in the first place. I'm not even sure where it got this path because I didn't provide any path like it in my command. I also tried with and without the resume flag.
Also all of the paths before the pipeline starts are correct:
The text was updated successfully, but these errors were encountered: