Commit graph

3260 commits

Author SHA1 Message Date
James A. Fellows Yates
be8d7b3293
Update MALT to older version due to major bug in most recent version (#1796)
* Rollback version

* Start work rollback to 0.4.1

* Further changes

* Re do dynamic flag creation

* Prettier.
2022-06-20 08:20:22 +02:00
nvnieuwk
6e7c0e945b
new module vcf2db (#1795)
* added vcf2db

* fix test.yml

* possible fix for failing tests

* fix version number

* fix test.yml

* removed some comments
2022-06-17 15:54:02 +02:00
alyssa-ab
c1eb9cce44
Trimmomatic (#1757)
* Trimmomatic main only first draft

* Add test files

* SE PE Adjustment

* Remove extra reads input

* chore: Remove TODOs

* Apply suggestions from code review

Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com>

* fix(trimmomatic): Handle SE output correctly

Since there's never going to be unpaired reads for SE reads we can get
away with it for SE

* fix(trimmomatic): Use correct elvis operator to handle logic

* fix(trimmomatic): Add hack to work with SE and PE reads

* Update test.yml

* use the PE and SE trimming correctly

* Made user set adaptors

* Add documentation

* test(trimmomatic): Add files to pytest_modules

* test(trimmomatic): Update name of failing test

Co-authored-by: Edmund Miller <edmund.a.miller@protonmail.com>
Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com>
2022-06-17 13:18:15 +00:00
Sébastien Guizard
8296a28346
Remove a blank line (#1793) 2022-06-17 10:58:24 +01:00
Maxime U. Garcia
757c20c8eb
Same version on conda and in the dockerfile (#1791) 2022-06-16 16:25:54 +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
FriederikeHanssen
1ac223ad43
GATK/Getpileupsummaries: If no intervals use variants instead (#1787)
If no intervals use variants instead
2022-06-16 15:00:01 +02:00
Matthias De Smet
ecece498f1
samtools/*stats*: use prefix for outputs (#1788)
* use prefix in flagstat

* use prefix in idxstats

* use prefix in stats

* update test.yml
2022-06-16 13:42:01 +02:00
Robert A. Petit III
052b9f2fe9
add module for plasmidfinder (#1773)
* add module for plasmidfinder

* Update test.yml
2022-06-15 10:25:51 -06:00
Robert A. Petit III
1fe4cb942f
add module for ariba (#1731) 2022-06-15 10:18:31 -06:00
Anders Sune Pedersen
30f72e2482
Optional output from the VEP-moduel (#1775)
* Making the output from the VEP-moduel (ENSEMBLVEP) optionally vcf, json or tab. #1774

* Trying to fix tests

* Still trying to fix tests

* Fetching the vep-output-file-extension from the args.

* Update meta.yml

* WIP: Adding tests for vep-output json and tab

* updated the test.yml

Co-authored-by: nvnieuwk <101190534+nvnieuwk@users.noreply.github.com>
Co-authored-by: nvnieuwk <nicolas.vannieuwkerke@ugent.be>
2022-06-15 13:52:12 +02:00
nvnieuwk
9dbaffff88
fix bgziptabix extension (#1784)
* fix bgziptabix extension

* update test.yml
2022-06-15 10:33:10 +02:00
Mahesh Binzer-Panchal
0af6adef55
Add MerquryFK PloidyPlot (#1780) 2022-06-14 20:50:58 +02:00
Mahesh Binzer-Panchal
e91e99db30
Add GeneScopeFK (#1781) 2022-06-14 20:49:06 +02:00
Mahesh Binzer-Panchal
8ded6d441a
Add MerquryFK (#1778)
* Add MerquryFK

* Change resource allocation
2022-06-14 16:36:02 +02:00
Mahesh Binzer-Panchal
fd5aea0b76
Add FastK/Histex (#1776) 2022-06-14 16:30:37 +02:00
nvnieuwk
1a4ab76618
new module rtgtools/pedfilter (#1777)
* new module rtgtools/pedfilter

* removed checksum due to the presence of a date in the file
2022-06-14 16:02:18 +02:00
Mahesh Binzer-Panchal
4e308c131e
FastK/fastK (#1739)
* Add FastK/FastK

* Add ktab and prof outputs

* Add the hidden files necessary for the optional files

* Update image

* Apply suggestions from code review

Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>

Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
2022-06-14 13:39:52 +02:00
8b2a473f58
New module: krakentools/kreport2krona (#1746)
* Add module definition for kreport2krona

* Add metadata for kreport2krona module

* Add tests for kreport2krona

Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com>
2022-06-13 20:14:44 +02:00
Maxime U. Garcia
b689b8ed88
TIDDIT - add --skip_assembly when no bwa specified (#1769)
add --skip_assembly when no bwa specified
2022-06-13 17:02:59 +02:00
Maxime U. Garcia
680b6c5b04
Update tiddit to 3.1.0 (#1767)
* update TIDDIT to 3.1.0

* update VCF too as version is in file
2022-06-13 16:24:34 +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
Robert A. Petit III
81232af296
add module for mcroni (#1750)
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
2022-06-13 15:04:01 +02:00
Mahesh Binzer-Panchal
b036288a86
Merge pull request #1762 from mahesh-panchal/busco_md5sum_patch
Change busco multi-fasta test md5sum to contains
2022-06-13 12:05:40 +02:00
Mahesh Binzer-Panchal
c1761293d8
Merge branch 'master' into busco_md5sum_patch 2022-06-13 10:53:36 +02:00
Mahesh Binzer-Panchal
575b2f00d3 Change busco multi-fasta test md5sum to contains 2022-06-13 08:51:41 +00:00
FriederikeHanssen
920c4e93c1
Merge pull request #1760 from WackerO/mpileup_bgzip
Bgzip samtools/mpileup files
2022-06-13 10:49:52 +02:00
WackerO
f1b3174501
Merge branch 'master' into mpileup_bgzip 2022-06-13 09:48:47 +02:00
FriederikeHanssen
ccaf8b5f32
Merge pull request #1758 from FriederikeHanssen/manta_convert
add manta conversion script
2022-06-13 09:42:03 +02:00
WackerO
24e05f6097
Update modules/samtools/mpileup/main.nf
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
2022-06-13 09:35:34 +02:00
FriederikeHanssen
5b27af025a
Merge branch 'master' into manta_convert 2022-06-13 09:29:50 +02:00
FriederikeHanssen
e5b0c7ed25
Update tests/modules/manta/convertinversion/main.nf
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
2022-06-13 09:26:35 +02:00
FriederikeHanssen
b8ff8e32e3
Update modules/manta/convertinversion/main.nf
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
2022-06-13 09:26:29 +02:00
WackerO
c3b6ec8f3b Merge branch 'master' of https://github.com/nf-core/modules into mpileup_bgzip 2022-06-13 08:31:01 +02:00
Taniguti
5affd97cf0
Merge pull request #1652 from lmtani/haplocheck
Add Haplocheck
2022-06-11 08:50:24 -03:00
WackerO
dc6c09e083 samtools mpileup now bgzips mpileup files 2022-06-11 13:32:53 +02:00
Rike
dd6c514710 Fix linting 2022-06-11 13:12:56 +02:00
Rike
650076cacf add manta conversion script 2022-06-11 13:01:18 +02:00
Taniguti
547f483b74
Merge branch 'master' into haplocheck 2022-06-10 20:39:33 -03:00
James A. Fellows Yates
ab422e54b5
Merge pull request #1697 from jasmezz/r-ampir
Add ampir
2022-06-10 15:11:49 +02:00
Jasmin F
7027719c67
Merge branch 'master' into r-ampir 2022-06-10 14:57:24 +02:00
James A. Fellows Yates
01d4a1fa3a
Apply suggestions from code review 2022-06-10 14:46:58 +02:00
Mahesh Binzer-Panchal
afed00fb62
Merge pull request #1753 from mahesh-panchal/allow_git_sha_versions
Allow Git commit SHA's as version numbers
2022-06-10 13:32:21 +02:00
Mahesh Binzer-Panchal
f8bd7902d9 Update Git SHA messagre 2022-06-10 11:01:40 +00:00
Mahesh Binzer-Panchal
25c742dc69 Commit suggestions from code review 2022-06-10 10:56:56 +00:00
jasmezz
088b5b14f6 Merge branch 'r-ampir' of github.com:jasmezz/modules into r-ampir 2022-06-10 12:54:47 +02:00
jasmezz
39388abc04 Add file name collision check + TSV output 2022-06-10 12:54:39 +02:00
Mahesh Binzer-Panchal
6a1cbce0f5
Update tests/test_versions_yml.py
Co-authored-by: Fabian Egli <fabianegli@users.noreply.github.com>
2022-06-10 12:54:08 +02:00
Mahesh Binzer-Panchal
e75dd10667
Merge branch 'master' into allow_git_sha_versions 2022-06-10 12:53:50 +02:00
Alexander Peltzer
f7b2314ec4
Merge pull request #1751 from nf-core/cellranger-7.0.0
CellRanger 7.0.0 / Apart from cconda, all is green 🥳
2022-06-10 12:02:30 +02:00