Skip to content

New version 1.3.0#101

Merged
nservant merged 104 commits into
masterfrom
dev
May 24, 2021
Merged

New version 1.3.0#101
nservant merged 104 commits into
masterfrom
dev

Conversation

@nservant

Copy link
Copy Markdown
Collaborator

Release new nf-core-hic version

nf-core-bot and others added 30 commits October 27, 2020 09:25
Important! Template update for nf-core/tools v1.12
[MODIF] update input parameters
Comment thread Dockerfile Outdated
Comment on lines +18 to +20
# Instruct R processes to use these empty files instead of clashing with a local version
RUN touch .Rprofile
RUN touch .Renviron
RUN touch .Renviron No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I believe this is not in the TEMPLATE anymore

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I prefer to keep it so far, to avoid any issue with R local library. Is it ok ?

@maxulysse maxulysse left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM,
If you fix the typo, you'll need to add the corresponding files to .nf-core-lint.yml:
cf https://github.com/nf-core/eager/blob/master/.nf-core-lint.yml

nservant and others added 3 commits May 13, 2021 18:11
Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
@nservant

Copy link
Copy Markdown
Collaborator Author

Hi @maxulysse . Thanks for the review !
Should I add a .nf-core-lint.yml file ? Thanks

@nservant

Copy link
Copy Markdown
Collaborator Author

ah yes. got it. I'll add the file

@mashehu mashehu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, just some smaller things you need to fix/look at, before I'll give the final 👍

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread README.md
Comment thread docs/usage.md Outdated
Comment thread main.nf
Comment thread main.nf
Comment thread main.nf Outdated
Comment thread main.nf Outdated
Comment thread nextflow_schema.json
nservant and others added 7 commits May 21, 2021 13:08
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
@nservant nservant mentioned this pull request May 21, 2021
nservant added 3 commits May 21, 2021 19:23
Add patern for all comma separated string options
@nservant

Copy link
Copy Markdown
Collaborator Author

Hi @mashehu,
I think I fixed all your comments. Could you please validate the PR.
Many thanks for your help and for the review !
N

@nservant nservant merged commit ac74763 into master May 24, 2021
@github-actions

Copy link
Copy Markdown

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 1638467

+| ✅ 218 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗  19 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: '1.3.0'
  • conda_env_yaml - Conda dep outdated: conda-forge::python=3.7.6, 3.9.4 available
  • conda_env_yaml - Conda dep outdated: pip=20.0.1, 21.1.2 available
  • conda_env_yaml - Conda dep outdated: conda-forge::tbb=2020.2=hc9558a2_0, 2021.2.0 available
  • conda_env_yaml - Conda dep outdated: conda-forge::scipy=1.4.1, 1.6.3 available
  • conda_env_yaml - Conda dep outdated: conda-forge::numpy=1.18.1, 1.20.3 available
  • conda_env_yaml - Conda dep outdated: bioconda::iced=0.5.6, 0.5.8 available
  • conda_env_yaml - Conda dep outdated: bioconda::bx-python=0.8.8, 0.8.11 available
  • conda_env_yaml - Conda dep outdated: bioconda::pysam=0.15.4, 0.16.0 available
  • conda_env_yaml - Conda dep outdated: conda-forge::pymdown-extensions=7.1, 8.2 available
  • conda_env_yaml - Conda dep outdated: bioconda::cooler=0.8.6, 0.8.11 available
  • conda_env_yaml - Conda dep outdated: bioconda::bowtie2=2.3.5, 2.4.3 available
  • conda_env_yaml - Conda dep outdated: bioconda::samtools=1.9, 1.12 available
  • conda_env_yaml - Conda dep outdated: bioconda::multiqc=1.8, 1.10.1 available
  • conda_env_yaml - Conda dep outdated: bioconda::hicexplorer=3.4.3, 3.6 available
  • conda_env_yaml - Conda dep outdated: bioconda::bioconductor-hitc=1.32.0, 1.34.0 available
  • conda_env_yaml - Conda dep outdated: bioconda::ucsc-bedgraphtobigwig=357, 377 available
  • conda_env_yaml - Conda dep outdated: conda-forge::cython=0.29.19, 0.29.23 available
  • conda_env_yaml - PyPI package is not latest available: 0.8.30, 0.9.18 available

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.md
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md

✅ Tests passed:

Run details

  • nf-core/tools version 1.14
  • Run at 2021-05-24 16:58:25

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.

5 participants