1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-11 08:09:40 -05:00
nf-core_modules/tests/modules/fastp
Adam Talbot 7e8ad56688
module FASTP: Support for interleaved FASTQ ()
* 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 

Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
2022-07-19 16:27:15 +01:00
..
main.nf module FASTP: Support for interleaved FASTQ () 2022-07-19 16:27:15 +01:00
nextflow.config module FASTP: Support for interleaved FASTQ () 2022-07-19 16:27:15 +01:00
test.yml module FASTP: Support for interleaved FASTQ () 2022-07-19 16:27:15 +01:00