jbloomlab / dms_variants

Analyze deep mutational scanning of barcoded variants.
Other
6 stars 9 forks source link

pip install dms_variants #failed fix: comment out -Wno-error=declaration-after-statement in setup.py #58

Closed animesh closed 3 years ago

animesh commented 3 years ago

also added a test script python test.py #output Wildtype gene of 30 codons: GCTAACCAAATCGTAGGCTGCACCCGCAACATCCTGAACATAGCTGACATCGATTATAAATATGGGCCAAGCTTCCCAACCACCTCCGCA

animesh commented 3 years ago

@jbloom it was not installing via pip on Windows due to a compiler flag in setup, so i just commented it out

jbloom commented 3 years ago

I fixed this in #59 in a way that did not break the rest of the package. It should now work on windows if you install the latest 0.8.6 from PyPI. Closing this pull request.