When analyzing non-duplex reads it makes sense to set filter_min_reads to an int, however. when setting --filter_min_reads 1 you will encounter the following error:
--filter_min_reads: expected type: String, found: Integer (1)
even passing --filter_min_reads "1" does not seem to solve this issue.
Description of the bug
When analyzing non-duplex reads it makes sense to set filter_min_reads to an int, however. when setting
--filter_min_reads 1
you will encounter the following error:--filter_min_reads: expected type: String, found: Integer (1)
even passing --filter_min_reads "1" does not seem to solve this issue.
Command used and terminal output
Relevant files
No response
System information
Nextflow version: 24.04.2 Hardware: HPC Executor: slurm Container: docker/singularity OS: Ubuntu nf-core/fastquorum v1.0.1dev