Dear all, I'm trying desperately to convert the 454PailAlign file into
a SAM file. So I run the glu script Newbler2SAM, but this is what I
get...
--
You received this message because you are subscribed to the Google Groups "glu-users" group.
To post to this group, send email to glu-...@googlegroups.com.
To unsubscribe from this group, send email to glu-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/glu-users?hl=en.
I’m using 1.54 locally, so that should work for you in the meantime. I’ll hopefully have an update later today to add support for 1.56.
-Kevin
Hi Francesco,
I’ve loaded 1.56 and it does seem to work for me too. Can you verify the version of Python and BioPython? The clues suggest that you may also have a pre-release version in your Python path. One way to check is to run: “glu –path” and use that interpreter to import BioPython “import Bio; print Bio.__version__”.
I’ve loaded 1.56 and it does seem to work for me too. Can you verify the version of Python and BioPython?
The clues suggest that you may also have a pre-release version in your Python path. One way to check is to run: “glu –path” and use that interpreter to import BioPython “import Bio; print Bio.__version__”.
Hi Francesco,Please update your source tree and try once more. I believe I have fixed the bug that you observed.
-Kevin