STAG icon indicating copy to clipboard operation
STAG copied to clipboard

stag.py syntax error

Open lilypeck opened this issue 2 years ago • 1 comments

Hi

Thanks for this great tool. I have used OrthoFinder lots in the past.

I have installed STAG-1.0.0 from the releases page

And when I run the test dataset, I get an invalid syntax error?

python stag.py ExampleData/Fungi_SpeciesMap.txt ExampleData/Fungi_Gene_Trees/
File "stag.py", line 196
    except UnrecognisedGene, e:
                           ^
SyntaxError: invalid syntax

I have also installed FastME into the same environment

(stag) [l----@login-c stag]$ fastme -v
FastME 2.1.6.1

Do you know what's causing this?

Thanks

Lily

lilypeck avatar Feb 22 '23 10:02 lilypeck

Hi I had the same problem and fixed it running STAG with python 2.7.

jroussea avatar Apr 24 '24 09:04 jroussea