Release v1.1.0 that adds a new softmask
parameter, to optionally keep original softmasking.
#14
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.
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.
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.
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).