Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
galeadmn opened this issue Dec 12, 2017 · 3 comments
Open

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

galeadmn opened this issue Dec 12, 2017 · 3 comments

Comments

@galeadmn
Copy link

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?

@blasseigne
Copy link
Contributor

blasseigne commented Dec 14, 2017 via email

@galeadmn
Copy link
Author

galeadmn commented Dec 14, 2017 via email

@blasseigne
Copy link
Contributor

blasseigne commented Dec 14, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants