From 0de2a361d8d6f921c03a41a66a97fe23329ad5a6 Mon Sep 17 00:00:00 2001 From: Toni Verbeiren Date: Tue, 6 Feb 2024 15:02:42 +0100 Subject: [PATCH] Don't allow multiple: true when providing a FASTA file with adapters --- src/cutadapt/config.vsh.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cutadapt/config.vsh.yaml b/src/cutadapt/config.vsh.yaml index a1a950df..72b0a7fc 100644 --- a/src/cutadapt/config.vsh.yaml +++ b/src/cutadapt/config.vsh.yaml @@ -53,7 +53,6 @@ functionality: arguments: - name: --adapter_fasta type: string - multiple: true description: | Fasta file containing sequences of an adapter ligated to the 3' end (paired data: of the first read). The adapter and subsequent bases are @@ -62,7 +61,6 @@ functionality: required: false - name: --front_fasta type: string - multiple: true description: | Fasta file containing sequences of an adapter ligated to the 5' end (paired data: of the first read). The adapter and any preceding bases @@ -72,7 +70,6 @@ functionality: required: false - name: --anywhere_fasta type: string - multiple: true description: | Fasta file containing sequences of an adapter that may be ligated to the 5' or 3' end (paired data: of the first read). Both types of @@ -126,7 +123,6 @@ functionality: arguments: - name: --adapterR2_fasta type: string - multiple: true description: | Fasta file containing sequences of an adapter ligated to the 3' end (paired data: of the first read). The adapter and subsequent bases are @@ -135,7 +131,6 @@ functionality: required: false - name: --frontR2_fasta type: string - multiple: true description: | Fasta file containing sequences of an adapter ligated to the 5' end (paired data: of the first read). The adapter and any preceding bases @@ -145,7 +140,6 @@ functionality: required: false - name: --anywhereR2_fasta type: string - multiple: true description: | Fasta file containing sequences of an adapter that may be ligated to the 5' or 3' end (paired data: of the first read). Both types of