-
Notifications
You must be signed in to change notification settings - Fork 127
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
Addition of miRDeep2 program for the detection of novel miRNAs #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of minor comments/suggestions but LGTM (from perspective of someone who doesn't really know what type of data this pipeline is addressing ;) )
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
One thing, I have changed the process.container to my own ( |
Changed --refgenome for the nf-core default --fasta
@apeltzer might be able to help here. However if I understand correctly, I'm pretty sure all you just need to to do is to add it to IIRC in nf-core/eager the procedure we often use is have a separate PR for the |
Okay, I have changed the environment.yml already, so I will change the |
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Failure is due to the missing pipeline schema. This is because the pipeline needs to be updated to the latest version of the template and have a new schema created using This is kind of a big job that is separate from this PR, so I will override the failing tests and merge 👍🏻 Thanks @lcabus-flomics ! |
Many thanks to contributing to nf-core/smrnaseq!
Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).
PR checklist
This pull request is for the addition of miRDeep2 program for the detection of novel miRNAs. It is not included for downstream analysis. There is also an addition of a skip_mirdeep step to skip this program.
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/smrnaseq/tree/master/.github/CONTRIBUTING.md