Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

NullPointerException when using an empty command line argument #232

Open
nh13 opened this issue Nov 28, 2016 · 0 comments
Open

NullPointerException when using an empty command line argument #232

nh13 opened this issue Nov 28, 2016 · 0 comments
Labels

Comments

@nh13
Copy link
Member

nh13 commented Nov 28, 2016

I have the following command line argument:

  @arg(flag="r", doc="Path to fasta(s).", minElements=0) val references: Seq[PathToFasta]

Referencing references causes a NPE later. Dagr should initialize references to Seq.empty. I don't thinks happens if minElements=0 is omitted.

@nh13 nh13 added the bug label Nov 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant