-
Notifications
You must be signed in to change notification settings - Fork 190
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
Minor fixes spotted in v1.7 template #425
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.
Looking good :-)
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.
Couple of minor things, otherwise LGTM!
nf_core/pipeline-template/{{cookiecutter.name_noslash}}/docs/usage.md
Outdated
Show resolved
Hide resolved
@apeltzer @ewels Are you both happy with Also, for |
Dammit! I forgot this PR was still open. Just pushed another commit to fix #349 ! Would you mind having a look at the changes |
@@ -5,3 +5,4 @@ LABEL authors="{{ cookiecutter.author }}" \ | |||
COPY environment.yml / | |||
RUN conda env create -f /environment.yml && conda clean -a | |||
ENV PATH /opt/conda/envs/{{ cookiecutter.name_noslash }}-{{ cookiecutter.version }}/bin:$PATH | |||
RUN conda env export --name {{ cookiecutter.name_noslash }}-{{ cookiecutter.version }} > {{ cookiecutter.name_noslash }}-{{ cookiecutter.version }}.yml |
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.
Tested this with the atacseq
and chipseq
Singularity images and it seems to be working fine.
Many thanks to contributing to nf-core/tools!
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
docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/tools/tree/master/.github/CONTRIBUTING.md
igenomes.config
...