Skip to content

Program doesn't seem to handle NA as configuration parameter #10

@galeadmn

Description

@galeadmn

I am currently trying to run the pipeline on a single node, so mode = "LOCAL" in config.py. The config.txt file in the project directory contains NA on several lines, for example:
trimgalore NA/NA/NA

I get the following runtime error when I try to run the pipeline:

Traceback (most recent call last):
File "/share/aRNAPipe/code/lib/wr_aRNApipe.py", line 181, in
if int(var["trimgalore"].split("/")[0]) > 0:
ValueError: invalid literal for int() with base 10: 'NA'

I do not see anywhere in the code where the program checks to see if the parameter input is 'NA'. Am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions