Python error when using MEGAHIT assembler
0
0
Entering edit mode
6.8 years ago

Hi Biostars,

I have recently downloaded Megahit and would like to have a try on it.

I have simply enter the following command:

./megahit -r ./example/refExample.fa --k-max 99 --k-min 11

Which I would try to use the example given by Megahit with k-mer of maximum 99 and minimum of 11 to see if it works. However, the returns is as follow:

Traceback (most recent call last):

File "./megahit", line 1143, in module>

sys.exit(main())

File "./megahit", line 1067, in main

get_version()

File "./megahit", line 526, in

get_version

stdout=subprocess.PIPE).communicate()[0].rstrip().decode('utf-8'))

ValueError: invalid literal for int() with base 10: ''

The system base I am using is Window 64bit with cygwin64. I am having python version 2.7.13 from cygwin.

I have tried to search on google and else where, but the results mostly shown are saying that I am defining the variable wrongly.

However, I do no think it is a good way to modify the script by myself as I have no idea on python coding...

Do anyone else have the same experience on this when using Megahit?

Thanks a lot!

Megahit Python Assembly • 1.9k views
ADD COMMENT
0
Entering edit mode

Is your Python a windows python, or a cygwin python?

You are pushing your luck trying MEGAHIT on cygwin:

MEGAHIT is suitable for 64-bit Linux and MAC OS X.

ADD REPLY
0
Entering edit mode

I should clarify, it is the cygwin-installed python. Thanks for reminding me mon.

So, do you mean that the cygwin-python might not be suitable for megahit?

ADD REPLY
0
Entering edit mode

What I mean is MEGAHIT on cygwin is untested, probably unsupported by the developers. And as few people here use cygwin, few people, if any, will be able to chime in.

If you google for subprocess.PIPE cygwin, you will find a wealth of StackOverflow and blog posts, some of these may help you.

ADD REPLY
0
Entering edit mode

I see ... Ya I know I should probably get a computer with REAL Linux base ... Thanks mon!

ADD REPLY

Login before adding your answer.

Traffic: 1922 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6