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 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
The text was updated successfully, but these errors were encountered:
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'
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 inconf/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
The text was updated successfully, but these errors were encountered: