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

Minor fixes spotted in v1.7 template #425

Merged
merged 11 commits into from
Oct 16, 2019
Merged

Minor fixes spotted in v1.7 template #425

merged 11 commits into from
Oct 16, 2019

Conversation

drpatelh
Copy link
Member

@drpatelh drpatelh commented Oct 14, 2019

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

  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

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

  • See CHANGELOG.
  • May need to discuss igenomes.config...

@drpatelh drpatelh requested a review from a team October 14, 2019 15:03
Copy link
Member

@apeltzer apeltzer left a comment

Choose a reason for hiding this comment

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

Looking good :-)

Copy link
Member

@ewels ewels left a 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!

@drpatelh
Copy link
Member Author

@apeltzer @ewels Are you both happy with igenomes.config? I included blacklist too even though it is currently shipped with the pipelines, and so wont exist in most pipelines. Wont matter though unless its used in the pipeline in which case the files can just be copied to the same location until they are added to AWS iGenomes. Can then just update this file in the template.

Also, for bwa I have used index_dir/genome.fa and for the others I have used just index_dir/. We implemented the former as a simple fix to use custom reference file names as input. Havent really looked at how other pipelines are using the other indices, however, if possible it would be good to be consistent.

@drpatelh
Copy link
Member Author

Dammit! I forgot this PR was still open. Just pushed another commit to fix #349 ! Would you mind having a look at the changes Dockerfile please?

@@ -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
Copy link
Member Author

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.

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.

3 participants