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

release 2.0.0 #144

Merged
merged 131 commits into from
Jan 21, 2023
Merged

release 2.0.0 #144

merged 131 commits into from
Jan 21, 2023

Conversation

nservant
Copy link
Collaborator

@nservant nservant commented Jan 4, 2023

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (nf-core lint .).
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

Ready for the next release of nf-core-hic.
Changes include ;

  • DSL2 implentation
  • Add full dataset
  • Update with the last code template

nservant and others added 30 commits April 19, 2019 19:26
Update master with template merge
update conda env and markdown typo
First version DSL2 from nf-core
workflows/hic.nf Outdated Show resolved Hide resolved
workflows/hic.nf Outdated Show resolved Hide resolved
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.

Minor changes are needed for the release (thinking mainly about the correct zenodo link, and dealing with the environment.yml).
The rest can probably wait a bit, but should be easy to squeeze in.

nservant and others added 3 commits January 6, 2023 18:16
Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
inline channel build as suggested by @maxulysse
@nservant nservant requested a review from maxulysse January 6, 2023 17:35
@drpatelh
Copy link
Member

drpatelh commented Jan 9, 2023

We should release this as 2.0! 🚀

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.

I think @drpatelh has a good point about the release being 2.0 instead of 1.4.0.
Apart from that weems ok to me, I'll be running the megatests to make sure that the new release works well with tower/AWS.

@nservant
Copy link
Collaborator Author

nservant commented Jan 9, 2023

agree for version 2.0 !
Should I did the changes on my own dev branch, then, re-open a new PR to the nf-core-hic/dev ?

@maxulysse
Copy link
Member

agree for version 2.0 ! Should I did the changes on my own dev branch, then, re-open a new PR to the nf-core-hic/dev ?

I think that's the proper way to do modifications ;-)

@nservant nservant mentioned this pull request Jan 11, 2023
@nservant
Copy link
Collaborator Author

nservant commented Jan 11, 2023

@drpatelh, @maxulysse, I created a new PR to bump v2.0.0
#145

@nservant nservant changed the title release 1.4.0 release 2.0.0 Jan 16, 2023
@maxulysse
Copy link
Member

@nservant regarding the
Argument of 'channel.from' method cannot be a channel object — Likely you can replace the use of 'channel.from' with the channel object itself
You'll have to replace channel.from by channel.of, cf nf-core/sarek#906

nservant and others added 2 commits January 16, 2023 21:42
Remove usages of deprecated Channel.from method
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.

<3

@edmundmiller edmundmiller self-requested a review January 19, 2023 16:02
@robsyme
Copy link

robsyme commented Jan 19, 2023

Maxime (and perhaps others) have noted that the hic pipeline is generating the warning

WARN: A process with name 'BOWTIE2_ALIGN_TRIMMED' is defined more than once in module script: /home/runner/work/hic/hic/./workflows/../subworkflows/local/./hicpro_mapping.nf -- Make sure to not define the same function as process

This looks like a bug in Nextflow for which I have filed an issue (nextflow-io/nextflow#3560). A workaround would be to ensure that both imports of the BOWTIE2_ALIGN process are aliased to new names.

Copy link
Contributor

@edmundmiller edmundmiller left a comment

Choose a reason for hiding this comment

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

Looks great to me! A few things I found, but nothing major.

environment.yml Show resolved Hide resolved
modules/local/hicpro/get_valid_interaction_dnase.nf Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
subworkflows/local/cooler.nf Outdated Show resolved Hide resolved
subworkflows/local/hicpro.nf Show resolved Hide resolved
nservant and others added 5 commits January 20, 2023 15:18
Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com>
Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com>
Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com>
@nservant nservant merged commit b4d89cf into master Jan 21, 2023
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.

9 participants