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

Test profiles failures #171

Open
scoughlan2 opened this issue Sep 10, 2024 · 1 comment
Open

Test profiles failures #171

scoughlan2 opened this issue Sep 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@scoughlan2
Copy link

Description of the bug

I tried to run the test profile with nextflow run nf-core/circrna -profile test,docker --outdir ./test but get the error below. As both the test and test_full profiles use the same samples, I'm guessing this is because only circexplorer2 is run in the minimal test compared with the multiple bsj detection tools that are specified in conf/full.conf .

Error:
Submitted process > NFCORE_CIRCRNA:CIRCRNA:BSJ_DETECTION:FAIL_ON_EMPTY (empty)
ERROR ~ No circular RNAs were found by any tool in any sample.
Feel free to check the preliminary results in 'test'
You can enable saving intermediate files by setting the parameter 'save_intermediates' to 'true'.

Command used and terminal output

nextflow run nf-core/circrna -profile test,docker --outdir ./test

Relevant files

No response

System information

  • nextflow version 23.10.0
  • container engine: docker
  • nf-core/circrna dev branch on 10Sept2024
@scoughlan2 scoughlan2 added the bug Something isn't working label Sep 10, 2024
@scoughlan2
Copy link
Author

I also just tested with nextflow run nf-core/circrna -profile test_full,docker --outdir ./test_full and get a similar error so my previous assumption about the cause was wrong.

Submitted process > NFCORE_CIRCRNA:CIRCRNA:BSJ_DETECTION:FAIL_ON_EMPTY (empty)
ERROR ~ No circular RNAs were found by at least 2 tools in any sample.
Feel free to check the preliminary results in 'test_full'

@scoughlan2 scoughlan2 changed the title Test profile failure Test profiles failures Sep 10, 2024
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

No branches or pull requests

1 participant