* Update seqwish to version 0.7.2
* seqwish can work with a comma-separated list of PAFs
* level with nf-core/modules master branch
* update seqwish/induce to v0.7.6
* add pangenome test data
* test seqwish/induce v0.7.6 with pangenomics test data
* we already have pointed to the pangenomics test data sets
* update paths to test data
* add path to bgzipped fa, gzi, fai
* remove one tab
* remove one tab
* actually execute the 2nd test
* try to fix versions.yml
* pangenomic tests can be run in their own subworkflow
* maybe the csv input is the problem
* remove space as suggested by Rike
* csv input was not the problem
* update test.yml
* typo
* enable pangenome tests
* add md5sum for pangenomic test
* Update tests/modules/seqwish/induce/test.yml
Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com>
* PAF input is a list of files
* beautify comment
Co-authored-by: Michael L Heuer <heuermh@acm.org>
Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com>
Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
* Update main.nf
* Update meta.yml
* Re-add logos as not staged in a way that works with MultiQC config files
* Fix when only files or multiple directories
* Add test for only-files tar
* Fix bash check
* 1882 FASTP now supports interleaved FASTQ files
Changes:
- single_end FASTP pipes the FASTQ file
- Using args, it can be configured for interleaved in `--interleaved_in`
- Out is automatically interleaved if input is paired end.
- Removed md5sum checks for FASTQ files as compression seemed to cause
differences
- Instead, we check inside the FASTQ files for content.
Relates to #1882
Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
vcf2maf module created
Additions:
- vcf2maf module created
- If VEP is present in PATH, it is added to command
- If VEP is missing, it is ignored (recommended to skip with --inhibit-vep)
- VEP version automatically added to versions.yml
- Uses VEP cache during testing which is added to test-datasets in https://github.com/nf-core/test-datasets/pull/563
- Default Docker image includes VEP and vcf2maf
- Test includes without VEP.
Relates to #490
* update bclconvert module, as used in nf-core/demultiplex
* reconfigure test with new test data
* update test
* formatting
* update outputs, update meta
* update module and test
* update test config, test.yml
* fix linting
* emit logs and reports as dir
* fix typo, recreate test.yml
* fix linting
Co-authored-by: CMGG ICT Team <ict@cmgg.be>
* Add atlas/splitmerge module
* Finish the tests for atlas/splitmerge
* Prettier
* Update modules/atlas/splitmerge/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* Remove curly brackets from meta.yml parameters
For single-file outputs, as reviewed
* Lintung: Remove trailing white-space
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* add kimporttext module
* fix the Prettier error.
* fix the Prettier error.
* fix the test.yml
* fix the test.yml
* Update modules/krona/ktimporttext/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* Update modules/krona/ktimporttext/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* Update modules/krona/ktimporttext/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* Update modules/krona/ktimporttext/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* Update modules/krona/ktimporttext/meta.yml
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
* update the test files;
simplify the main script of krona/ktimporttext.
* update the test file url for krona ktimporttext
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>