Closed jimrybarski closed 4 years ago
This might only happen when you pass evalue in as a float to begin with in Pipeline.add_seed_step()
. Not sure why we never saw this before because I was using an old script to test this and I don't see anything in the commit history that would explain why this is failing now.
I recently modified these methods so that they use subprocess.run
to execute the command instead of biopython's NCBI blast wrappers. I think subprocess expects the command to be a list of strings so this error makes sense - not sure why my integration tests didn't also break though
Also did not mean to close this lol
…to be a string. Resolves #72