dereneaton / pyrad

Assembly and analysis of RADseq data sets
GNU General Public License v3.0
27 stars 16 forks source link

Failure to import loci2mig #1

Closed StuntsPT closed 10 years ago

StuntsPT commented 10 years ago

Running

pyRAD.py -n

Results in:

Traceback (most recent call last):
  File "./pyRAD", line 24, in <module>
    import alignable
  File "/home/francisco/Software/pyrad-v.2.16/alignable.py", line 20, in <module>
    import loci2mig
ImportError: No module named loci2mig

Web searches for loci2mig do not return anything. I am using ubuntu 12.04 LTS. python-numpy (1:1.6.1-6ubuntu1) and python-scipy (0.9.0+dfsg1-1ubuntu2) are the repository versions. Python is also on repository version (2.7.3-0ubuntu2). I am using pyRAD 2.16.

Thanks for any help you may provide.

dereneaton commented 10 years ago

Yikes. That file got lost in xfer. I'm about to get on a flight, but I'll make the quick fix ASAP.

StuntsPT commented 10 years ago

I'll be testing stuff with a previous version then. I'll keep following the issue to know when it's done. Cheers!

dereneaton commented 10 years ago

The issue is now fixed in the updated version 2.16.1. Thanks.

StuntsPT commented 10 years ago

Glad I could help! Cheers.