Commit graph

140 commits

Author SHA1 Message Date
Simon Heumos
1d668eefa2
Bump seqwish/induce to v0.7.6 (#2083)
* 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>
2022-09-26 17:01:21 +01:00
James A. Fellows Yates
393dbd6dda
Update UNTAR to account for file-only or multi-directory tar archives (#2055)
* 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
2022-09-14 10:40:45 +02:00
Matthieu Muffato
c736d26b7e
bedToBigBed AutoSql option (#1981)
* Added missing "ucsc" tags (as per the convention)

* Added support for the -as input file

* Added a test
2022-09-09 09:27:47 +01:00
Matthieu Muffato
3eb99152ce
Added the optional .gzi output of "samtools faidx" (#1935) 2022-09-08 13:35:23 +01:00
nvnieuwk
f2264c1052
New module: scramble (#2015)
* added scramble/clusteridentifier

* linting

* added cluster_analysis

* added a comment to the mei ref

* added reference comments

* linting
2022-09-07 13:19:18 +02:00
Ramprasad Neethiraj
94619a3faf
Add genmod (#1950)
* add annotate

* add models

* add compound

* add score

* update annotate recipe

* update meta and main

* main updates

* add test for annotate

* update all tests

* refactor

* update tests

* fix conda issue

* review suggestions
2022-08-09 14:48:29 +02:00
Jasmin F
7f7f6bc913
Add module hamronization/abricate (#1925)
* Add hamronization/abricate

* Update input pattern in meta.yml

* Update location of hamronization test data

* Apply suggestions from code review
2022-07-26 12:55:53 +02:00
Adam Talbot
7e8ad56688
module FASTP: Support for interleaved FASTQ (#1891)
* 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>
2022-07-19 16:27:15 +01:00
Adam Talbot
f19ec865aa
vcf2maf module with built in VEP (#1768)
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
2022-06-20 18:27:12 +02:00
Matthias De Smet
f32dc15414
update bclconvert module, as used in nf-core/demultiplex (#1569)
* 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>
2022-06-16 15:03:13 +02:00
Merlin Szymanski
8f199c4fa4
Create atlas/splitmerge Module (#1756)
* 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>
2022-06-13 15:09:32 +02:00
Taniguti
547f483b74
Merge branch 'master' into haplocheck 2022-06-10 20:39:33 -03:00
Thiseas C. Lamnidis
9948e9fe21
Merge branch 'master' into sexdeterrmine 2022-06-10 11:03:18 +02:00
Lucas Taniguti
f26979c44e tests: add input to test_data.config 2022-06-08 08:10:25 -03:00
Nicolas Vannieuwkerke
e53d091a6d added dragstr model to haplotypecaller 2022-06-02 14:08:09 +02:00
nvnieuwk
a339f9818a
Merge branch 'master' into new-module-gatk4/CalibrateDragstrModel 2022-06-02 13:42:56 +02:00
nvnieuwk
4b430e8ece
Merge branch 'master' into new-module-gatk4/CalibrateDragstrModel 2022-06-02 13:41:20 +02:00
Matthias De Smet
f58771c47f
Merge branch 'master' into update/untar 2022-06-02 13:38:53 +02:00
Nicolas Vannieuwkerke
2a45d42868 added the calibratedragstrmodel module 2022-06-02 13:17:06 +02:00
Matthias De Smet
51be617b1c fix untar output dir 2022-06-02 11:09:55 +02:00
SusiJo
9fc9be3e7b Merge remote-tracking branch 'origin/master' into cnvkit_bam 2022-06-01 17:35:47 +02:00
SusiJo
f6953b5147 adjust cnvkit/batch for germline mode 2022-06-01 17:35:02 +02:00
Thiseas C. Lamnidis
6d04395c3c
Merge branch 'master' into sexdeterrmine 2022-05-24 13:17:37 +02:00
SusiJo
8fec7ae321 added new testdata path 2022-05-23 19:01:46 +02:00
Thiseas Christos Lamnidis
37c6fb8fed Merge remote-tracking branch 'upstream/master' into sexdeterrmine 2022-05-23 17:30:21 +02:00
Thiseas Christos Lamnidis
96260ced83 Add test data to config 2022-05-23 17:15:57 +02:00
Rike
520dd06ca3 add new testdata 2022-05-22 13:25:39 +02:00
Veit Schwämmle
74a1c1400e
Merge branch 'master' into maxquant 2022-05-16 13:26:35 +02:00
Mahesh Binzer-Panchal
fbe2f85e7b Fix path 2022-05-11 13:53:38 +00:00
Harshil Patel
7be7f404d5
Merge branch 'master' into refactor-prefetch 2022-05-11 11:28:02 +01:00
Moritz E. Beber
a303904eb0 chore: add settings file to test data config 2022-05-10 12:19:25 +02:00
nvnieuwk
4b8bd9ebf9
Merge branch 'master' into new-module-rtg/vcfeval 2022-05-09 15:51:31 +02:00
Jasmin F
453d5b66a4
Add Bacteroides fragilis GFF file 2022-05-09 14:46:18 +02:00
Matthias De Smet
2b91985aa0
Merge branch 'master' into new-module-rtg/vcfeval 2022-05-09 09:43:48 +02:00
MaxUlysse
3d428e2933 fix spacing 2022-05-07 15:28:40 +02:00
Maxime U. Garcia
ac217479e9
Update tests/config/test_data.config
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
2022-05-06 18:18:32 +02:00
Maxime U. Garcia
ec7b460fa4
add missing file 2022-05-06 17:54:35 +02:00
nvnieuwk
5153e10840
Merge branch 'master' into new-module-rtg/vcfeval 2022-05-06 16:19:17 +02:00
Nicolas Vannieuwkerke
8c857dee3a Fixed the sdf folder fetching 2022-05-06 16:16:57 +02:00
Nicolas Vannieuwkerke
84b354ab6a Added the rtgtools/vcfeval module 2022-05-06 14:23:40 +02:00
Carpanzano
6b8ca501ed fixing suggestions from PR 2022-05-04 16:34:52 +02:00
Simone Carpanzano
3d9c8a6bb1
Merge branch 'master' into firstbranch 2022-05-02 17:43:33 +02:00
Carpanzano
76a0e3ef04 updated config kraken report name 2022-05-02 17:40:50 +02:00
James Fellows Yates
39530b5ca7 Bump DIAMOND version to 2.0.15 2022-04-29 21:05:12 +02:00
Simone Carpanzano
05e283405c
Update test_data.config 2022-04-29 00:13:01 +02:00
Simone Carpanzano
a6026e6d30
Update test_data.config 2022-04-29 00:08:27 +02:00
Simone Carpanzano
a76be27d9f
Update test_data.config 2022-04-29 00:06:55 +02:00
Simone Carpanzano
f13a0070d0
Update test_data.config 2022-04-29 00:04:49 +02:00
Simone Carpanzano
10a3718ad6
Update test_data.config
add 'metagenome' in sarscov2
2022-04-29 00:03:54 +02:00
JIANHONG OU
cdefbec669
add kimporttext module (#1560)
* 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>
2022-04-28 08:16:26 -04:00