Closed carlosj-rr closed 1 year ago
Update - I compiled from source at my group's servers (where I ultimately have to run these anayses), and it runs well! I really have no idea why it doesn't work on my laptop, still, though...but FTM I'll close this issue.
Hello,
I'm following a pipeline which used Seq-Gen as a subprocess within a python script, and it gives the tree in text with
<<<
instead of as a file name. I've seen in other issues that this is not a problem, but for some reason, it is for me. I'm running Seq-Gen 1.3.4 installed from conda, but I also had the same problem with the latest version, compiled from source:Not sure whether I'm doing something wrong. I tried with a simpler command, used by @SamStudio8 on Issue #4, but I get the same error:
However, saving the tree and passing it as a filename works perfectly:
Thus, it seems to not be a problem of the tree format (also, the pipeline I'm following uses the exact line I pasted in the first code block), but I'm at loss as to what else could I test.
Many thanks.
-carlos