Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running test set #125

Closed
EladH1 opened this issue Dec 23, 2024 · 3 comments · Fixed by #126
Closed

error running test set #125

EladH1 opened this issue Dec 23, 2024 · 3 comments · Fixed by #126
Assignees
Labels
bug Something isn't working

Comments

@EladH1
Copy link
Contributor

EladH1 commented Dec 23, 2024

Description of the bug

Hi,
When not running from the folder (running the 'pulled' pipeline)
my current workdir is home: ~/

I get file not exist:

ERROR ~ Validation of pipeline parameters failed!

-- Check '.nextflow.log' file for details
The following invalid input values have been detected:

  • --input (assets/samplesheet_small.csv): the file or directory 'assets/samplesheet_small.csv' does not exist

-- Check script '.nextflow/assets/nf-core/variantbenchmarking/./subworkflows/local/utils_nfcore_variantbenchmarking_pipeline/../../nf-core/utils_nfschema_plugin/main.nf' at line: 39 or see '.nextflow.log' file for more details

Command used and terminal output

nextflow run variantbenchmarking -profile docker,test --outdir res_test

Relevant files

No response

System information

No response

@EladH1 EladH1 added the bug Something isn't working label Dec 23, 2024
@kubranarci kubranarci self-assigned this Jan 13, 2025
@kubranarci
Copy link
Contributor

Dear @EladH1 please try to run pipeline with

nextflow run main.nf -profile docker,test --outdir res_test

test profile is working fine on my tests.

Best

@EladH1
Copy link
Contributor Author

EladH1 commented Jan 13, 2025

Hello,
The error apears when running from the diffrent folder:

nextflow run .nextflow/assets/nf-core/variantbenchmarking/main.nf -profile docker,test --outdir res_test

Best,
E

@kubranarci
Copy link
Contributor

kubranarci commented Jan 13, 2025

I see, the path in --input is not relative, that must be the problem. I will fix it. thanks!

@kubranarci kubranarci linked a pull request Jan 14, 2025 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants