Skip to content

undefined option: --detect_adapter_for_pe #178

@ereverman

Description

@ereverman

Hi,

I've used this code in the past without issue, but now, the --detect_adapter_for_pe is throwing an error. Here is the code chunk:

activate_conda_environment ${PROJECT} fastp

fastp -i ${DATA_RAW}/${sample}R1.fastq.gz
-I ${DATA_RAW}/${sample}R2
.fastq.gz
-o ${DATA_FILT}/${sample}.R1.filt.fastq.gz
-O ${DATA_FILT}/${sample}.R2.filt.fastq.gz
-h ${FASTP_REPORTS_DIR}/${sample}.fastp.report.html
-j ${FASTP_REPORTS_DIR}/${sample}.fastp.report.json
-w ${N_THREADS}
--detect_adapter_for_pe
--correction
--cut_by_quality3
--cut_window_size 5
--cut_mean_quality 30
--overrepresentation_analysis || { echo "fastp failed" ; exit 1; }
source deactivate

Here is the error message:
undefined option: --detect_adapter_for_pe

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions