WatsonLab / MAGpy

Snakemake pipeline for downstream analysis of metagenome-assembled genomes (MAGs) (pronounced mag-pie)
62 stars 23 forks source link

Fixed print statements in test scripts to be comp with py35 #8

Closed halexand closed 5 years ago

halexand commented 5 years ago

I noticed that if running snakemake -s MAGpy test in a python 3.5 environment two of the test functions produced errors related to print statements. I went ahead and fixed those two test scripts to be compatible with python 3.5 and the tests appear to work now.