Skip to content

Commit

Permalink
Don't allow multiple: true when providing a FASTA file with adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbeiren committed Feb 6, 2024
1 parent be3fb5a commit 0de2a36
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cutadapt/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0de2a36

Please sign in to comment.