Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjusted the samplesheet check for the pipeline * Added splitting of the BED files * Added haplotypecaller and bcftools concat * Rearranged some processes * Added family id to the input samplesheet * Added joint-genotyping * added ensembl vep (WIP) * some template adjustments * adjusted input parameters and added createsequencedictionary * adjusted input parameters and added createsequencedictionary * updated templates * Updated all documentation * Preparation for adding dragstr models * small redundancy fix * added optional fasta index generation * added optional fasta index generation * added dragstrmodels * added use_dragstr_model to nextflow_schema.json * small simplification * small simplification * Added versions output and added every module to modules.config * added an HPC samplesheet * Added VCF QC * Added multiQC * Added multiQC * Added parameters to all tools * Added reblockGVCF * Added VEP plugins * Added VEP plugins * Added EOG to ensemblVEP * Added the option to use a local merged cache with VEP * small parameter fix * small parameter fix * modules config fix * adjusted the CPUs for calibratedragstrmodel * Added PEDIGREE and SAMPLE metadata to the VCFs * removed a view() * fix merge_vcf_headers output * uncomment some code * Family ID is now fetched from the PED file * Added some missing version annotations * prettier * prettier * changed input parsing to multiMap * changed input parsing to multiMap * renamed genotype to postprocess fixed an issue with ensemblvep when no plugins were used * removed some print statements * added post-processing for seqplorer * Added output folders for some steps * Added vcf2db for seqplorer compatibility * added temporary seqr support (to be discussed further) * changed the name of the pipeline to nf-cmgg-germline * typo * updated logos for the new name * added some error messages refactored the code * fixes for github actions * prettier * linting fix? * linting fix? * removed editorconfig * prettier * fixed the CI action * fixed the CI action * fixed ped path * fixed ped path * fixed ped path? * fix for the PED file not being recognized by samplesheet_check * small update to the samplesheet * updated nextflow version of the CI action * fix for CI disk space? * fix for CI disk space? * Updated GitHub Actions * used python 3.9 everywhere * fixed a tab being 2 spaces in the PED file * updated the documentation * linting * Added a test_local config profile * updates to local conf * updated the validity checks for PED files * small update to the PED validation * added optional vcfanno annotation * prettier * updated the test profiles * updated the strtablefile location in test.config * updated vcfanno * linting * Updated the publishDir (WIP) * Fixed the multiqc reports location bug * Added a simple version of a metro graph * Added the functionality for multiple crams per sample (#7) * Added the functionality for multiple crams per sample * linting * small update to the test * updated the HPC samplesheets * Added an optional parameter to convert the bam to cram after merge * Optional skip genotyping parameter (#8) * added optional parameter to skip genotyping * changed the test data * updated metro map and test config * linting * updated the local tests * removed the textual summary * Bcftools merge vs combinegvcfs (#11) * small update to the README * made a test version * added optional cram indexing if the index is not supplied * updated gitignore * removed a view statement * small fix to the error handling of merge vcf headers * properly added bclconvert * linting * changed the filter expression for bcftools view * some minor overall improvements * some minor overall improvements * some minor overall improvements * temporarily commented automatic vep version assignment * added the new parameters to the schema * updated the metro map for the new changes * General improvements (#12) * add a script to quickly remove output files (for easier hpc transfers) * updated the parameter parsing * removed the script again cuz ugh * updated the test.config * added vcfanno channel support * refactored the missing reference files handling * test updates * parameter updates * simplified optional input file creation * test update * test update * updated optional parameter handling * Updated parameter descriptions * updated the help command * moved a duplicate process * refactoring * updated the documentation * linting * added comments to modules.config (#15) * added a family field + rework of input check (#17) * added a family field + rework of input check * prettier * nf-test (#20) * Template update for nf-core/tools version 2.5.1 * file save updates * changes to the template * Template update for nf-core/tools version 2.5.1 * updates to template * added index for seqr output * updated the modules * first try on adding nf-test * Try out for nf-test part 2 * Template update for nf-core/tools version 2.5.1 * file save updates * changes to the template * Template update for nf-core/tools version 2.5.1 * updates to template * added index for seqr output * updated the modules * first try on adding nf-test * CI tests update * linting test fix * ci tests update * ci tests update * Last improvements (#22) * Template update for nf-core/tools version 2.5.1 * file save updates * changes to the template * Template update for nf-core/tools version 2.5.1 * updates to template * added index for seqr output * updated the modules * first try on adding nf-test * CI tests update * linting test fix * ci tests update * ci tests update * push to test nf-test * CI update * CI update * CI update * CI update * CI update * CI update * CI update * CI update * CI update * CI update * CI update * CI update * improving nf-test part 1 * test for setup-nextflow fix * reset last commit * added teams hooks * fix for teams hooks * CI fix * linting fix * modules config fix * turned debug on for actions * turned debug on for actions * updated all tests * changed nextflow install * CI update * CI update * fix for vcfanno test * prettier * black reformat * several small improvements * final improvements (hopefully) * black * tests fix * tests fix * tests fix? * fix default test * fix default test * fix default test * fix tests being done twice * fix default test * tests update * tests update * fix default test * fix tests (fingers crossed) * bumped version + changelog * prettier
- Loading branch information