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

Addition of miRDeep2 program for the detection of novel miRNAs #52

Merged
merged 30 commits into from
Nov 4, 2020

Conversation

lcabus-flomics
Copy link
Contributor

@lcabus-flomics lcabus-flomics commented Oct 13, 2020

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.

  • This comment contains a description of changes (with reason)
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: https://github.com/nf-core/smrnaseq/tree/master/.github/CONTRIBUTING.md

Copy link
Member

@jfy133 jfy133 left a 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 ;) )

conf/igenomes.config Outdated Show resolved Hide resolved
main.nf Outdated Show resolved Hide resolved
main.nf Outdated Show resolved Hide resolved
main.nf Outdated Show resolved Hide resolved
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
@lcabus-flomics
Copy link
Contributor Author

One thing, I have changed the process.container to my own (lluccabus/smrnaseq), to add the miRDeep2 program, should I change this to the default nfcore/smrnaseq:1.0.0 and ask the owners of the container to add miRDeep2?

@jfy133
Copy link
Member

jfy133 commented Oct 16, 2020

One thing, I have changed the process.container to my own (lluccabus/smrnaseq), to add the miRDeep2 program, should I change this to the default nfcore/smrnaseq:1.0.0 and ask the owners of the container to add miRDeep2?

@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 environment.yml, and then the change will be detected and the docker container will be already built.

IIRC in nf-core/eager the procedure we often use is have a separate PR for the environment.yaml bump, merge that, and then tests can run on the code in the main PR but against the new container.

@lcabus-flomics
Copy link
Contributor Author

lcabus-flomics commented Oct 16, 2020

Okay, I have changed the environment.yml already, so I will change the process.container to nfcore/smrnaseq:dev.

conf/awsbatch.config Outdated Show resolved Hide resolved
lcabus-flomics and others added 2 commits October 21, 2020 14:21
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
Copy link
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ewels
Copy link
Member

ewels commented Nov 4, 2020

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 nf-core schema build.

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 !

@ewels ewels merged commit 087d679 into nf-core:dev Nov 4, 2020
nschcolnicov pushed a commit that referenced this pull request Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants