-
Notifications
You must be signed in to change notification settings - Fork 125
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
The pipeline doesn't finish but is marked as completed #415
Comments
Can you pull the latest |
Hi @apeltzer. It seems to work with singularity, not with conda. I analysed several datasets but today, I got the following error:
Any idea what could be causing this? Best |
Not really, maybe we can investigate - although I find it weird that it works with singularity but not conda :-( |
This issue might be solved with my latest PR (not yet merged), where I migrated local to nf-core I tested it with conda using a similar command:
I did not encounter any errors, and the pipeline successfully ran
|
Merged now 👍🏻 |
@karlaarz let me know if that solves the issue or I can have another look :) |
Hello @apeltzer and @atrigila. Thanks a lot for your help. The pipeline runs now with conda, but I'm having another error. I am working with paired-end data. I get these warnings for all my samples: And the pipeline stops here:
The code that I am using is still the same. |
Thank you for your feedback! I will revise this and get back to you soon. |
Hi! Just a quick update. I have detected the issue here, we need to update the sample meta as it is still |
PR for this issue was merged, @karlaarz please pull latest dev version, and let me know if it works for you! |
And re-open if this is not the case please :) |
Hello! Thanks for all your help through this time. I still get the same warnings, but now I get another error:
The path to the file is correct. Please let me know if you need extra files or file/info. |
We have an open PR for mirdeep2, in case you really want to do novel mirna prediction. Please open a separate issue for this and test once the PR #448 has been merged to dev :-) |
Description of the bug
Hello!
I've been running the pipeline and after it's finished, I get the message that the pipeline has been completed:
However, when looking into the results and the report in more detail, I find that not all the processes are performed or concluded. For instance, mirtop is not performed at all. This is a short example:
Thanks in advance
Command used and terminal output
Relevant files
.nextflow.log
System information
I am using the latest dev version in slurm:
nextflow pull nf-core/smrnaseq -r dev
nextflow run nf-core/smrnaseq -r dev
The text was updated successfully, but these errors were encountered: