-
Notifications
You must be signed in to change notification settings - Fork 0
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 v0.6.2 #79
Open
bunop
wants to merge
88
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
🔖 release v0.6.2 #79
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
track latest modification for the next relase
⬆️ upgrade markduplicate step
|
using the `dev` branch to collect files before a stable release; add a TODO section in test.config to state that the final URLs should point to master branch
remove instructions related to cloning the pipeline in a folder for simplicity
copy the current actions from an empty template
👷 update CI system
solve warnings related to pipeline release
execute all the stuff in the same job
Add custom institutional config repository
Concatenate VCF chunks by chromosomes and do the following task (normalization, stats, annotation) by chromosomes
vcfallelicprimitives has changed is command line and now raise a warning status code which need to be catched in order to don't brake the pipeline. However, tests don't work: vcfallelicprimitives should be replaced by vcflib/vcfwave
fix issues with vcfallelicprimitives by pinning a different container version
support nextflow >= 24.10.4
change FREEBAYES_NORM to not index the received file and receiving index from CRAM_FREEBAYES_PARALLEL subworkflow
try to fix when reference is different from REF allele
attempt to solve issues with conda compilation with a custom docker container
update linting_comment CI action
🚨 solve linter issues related to VScode and nextflow languageserver
⬆️ upgrade freebayes to the latest release
The container version is more recent than conda version. Fix manually relying on environment variables
remove custom bcftools/concat module
concatenate freebayes results in one file if --save_freebayes option is provided
annotate the normalized concatenated file like previous version of this pipeline
skip normalization if skip_normalization parameter is provided
test that all gvcf parameters are defined as expected
This reverts commit 5fc0894. Despite the current version of vcflib, vcfwave is fixed to v1.0.10. Using the version returned by the software for simplicity
🔧 configure options and conditional steps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
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.
1.3.8
(closes ⬆️ upgrade freebayes to the latest release #88).editorconfig
modules.config
nextflow.config
vcfwave
(closes 💥 normalize VCF files #76 )normalize_vcf
local subworkflownextflow
to version24.04.0
resourceLimits
directive to set the max requirements for each processpicard/markduplicates
(closes 🐛 markduplicates has issues with cram files #77)samtools/depth