-
Notifications
You must be signed in to change notification settings - Fork 5
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 - 1.1.0 #45
Release - 1.1.0 #45
Conversation
Addition of zenodo doi
bumped version to 1.1.0dev
Important! Template update for nf-core/tools v2.14.1
Fix for bug #32 by addition of quotation marks
…s after filtering with kraken2
…ilter classification is enabled
Preparation release 1.1.0
fixing gzip too many symlink levels error
The failing test is due to the master branch not having this in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Despite my many comments, I do not see any blockers here :)
…kseidelQBiC/nf-core-detaxizer into corrections_release1.1.0_I
Corrections release 1.1.0 I
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTG now @jannikseidel !
Don't check tests if there are no tests
…ase1.1.0 update CHANGELOG.md with correct release date for release 1.1.0
PR checklist
nf-core lint
).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).This PR was made against the master branch to release version 1.1.0 of detaxizer. Changes see below.
PR 33 - Bugfix in parse_kraken2report.nf
parse_kraken2report.nf
prevents failure of the pipeline when using a taxon with space (e.g. Homo sapiens) with thetax2filter
parameterPR 34
Improving detaxizer by making the workflow more modular and enabling bbduk as second tool for classification. Also turning off blastn validation by default (too resource intensive for a default setting). Further smaller improvements see below.
Introduction of bbduk into the classification step
Making blastn optional
Making fastp optional
filter_trimmed
parameter was used)fastp_eval_duplication
Output of removed reads
output_removed_reads
flagOptional classification
classification_kraken2_post_filtering
flagPR 39
Added generation of samplesheet for MAG, Taxprofiler by @Joon-Klaps
PR 42
Template update for nf-core/tools v3.0.2