-
Notifications
You must be signed in to change notification settings - Fork 22
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
AMP screening doesn't run when only a single tool is enabled #444
Comments
Will be fixed in #428 |
Update from my side: I can reproduce the error and it occurs in these cases:
Example output if two tools are executed (ampir and macrel), both their output files are handed to ampcombi/parsetables correctly, but contain no AMP hits. The missing AMPs apparently cause the parsetables module to crash:
It occurs not only on dev branch, but also on the current |
Thank you for detecting and reporting the problem @amizeranschi 💚 It seems the error is after all caused by the output declaration in the nf-core module for ampcombi2/parsetables. AMPcombi itself handles samples with no AMPs predicted and reports that in the sample log file in the sample directory. The issue is as Jasmin and yourself reported Ive fixed that in nf-core/modules#7458. Once that PR is merged and the module updated in the pipeline this error should be fixed. |
This has been addressed and solved in #428 |
Testing the latest dev version, the AMP subworkflow is failing when only one tool is enabled. The following command reproduces the error:
And this is the error:
The following warning is also shown. This seems to be a separate issue, so I'll open a separate report for it.
The text was updated successfully, but these errors were encountered: