PoonLab / Poplars

Open-source implementations of popular tools from Los Alamos National Laboratory HIV Database
GNU Affero General Public License v3.0
0 stars 0 forks source link

sequence_locator: Fix reference and tempfile path names #6

Closed kwade4 closed 5 years ago

kwade4 commented 5 years ago

The program crashes with an OSError: [Errno 2] No such file or directory at this line: raw_output = subprocess.check_output(['mafft', '--quiet', handle.name])

I am wondering if it is related to the path names for the tempfile and MAFFT.

ArtPoon commented 5 years ago

Is mafft in your $PATH?