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?