Skip to content

BUG: [config.yaml error] #1018

@bioinfolabmu

Description

@bioinfolabmu

Describe the bug
My raw pair-end FASTQ data has the name like this

Sample1_Treat2_Replicate1_1.fq.gz
Sample1_Treat2_Replicate1_2.fq.gz

In my configuration file, I have the following entries:

fqsuffix: fq
fqext1: _1
fqext2: _2

Consequently, the program was looking for file named Sample1_Treat2_Replicate1__1.fq.gz (# two underscore symbol, instead of one)
Then, I modified the configuration file as

fqsuffix: fq
fqext1: 1
fqext2: 2

Next, I got this error.

Error validating config file.
ValidationError: 1 is not of type 'string'

Failed validating 'type' in schema['properties']['fqext1']:
OrderedDict([('description',
'filename suffix when handling paired-end data, '
'describing the forward read'),
('default', 'R1'),
('type', 'string')])

On instance['fqext1']:
1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions