-
Notifications
You must be signed in to change notification settings - Fork 2
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 v1.1.0 that adds a new softmask parameter, to optionally keep original softmasking #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quoted (emphasis mine) from: https://github.com/nf-core/pairgenomealign/actions/runs/11063552525/job/30739852990?pr=15 > It looks like this pull-request is has been made against the [oist/LuscombeU_nfcore_pairgenomealign_fork](https://github.com/oist/LuscombeU_nfcore_pairgenomealign_fork) `master` branch. > The `master` branch on nf-core repositories should always contain code from the latest release. > Because of this, PRs to `master` are only allowed if they come from the [oist/LuscombeU_nfcore_pairgenomealign_fork](https://github.com/oist/LuscombeU_nfcore_pairgenomealign_fork) `dev` branch. > > You do not need to close this PR, you can change the target branch to `dev` by clicking the _"Edit"_ button at the top of this page. > **Note that even after this, the test will continue to show as failing until you push a new commit.**
I always forget. That it is forbidden in nf-core pipeline to have two spaces separating two sentences.
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Release v1.1.0 that adds a new softmask parameter, to optionally keep original softmasking.
atrigila
approved these changes
Oct 9, 2024
Co-authored-by: Anabella Trigila <[email protected]>
mashehu
approved these changes
Oct 9, 2024
Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is basically the same as #15 which was just accepted, but for releasing the changes in the master branch.
By the way I need a Zenodo DOI for the pipeline and I was told on Slack that the core team needs a new release for this to happen.
I have added a new
softmask
parameter, with default value oftantan
that keeps the1.0.0
pipeline behaviour. When set tooriginal
the new parameter causes the pipeline to keep the original soft-masking of the target genome instead of overriding it withtantan
. No other values are accepted thanks to the nextflow schema. The patch on the schema is a bit heavy because I also grouped theseed
and thesoftmask
parameter in a new group of options.There are no lint errors and I will wait for after the next nf-core tools release to address the update warnings.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).