smartdenovo icon indicating copy to clipboard operation
smartdenovo copied to clipboard

Died at ./smartdenovo-master/smartdenovo.pl line 23.

Open baizixiansheng opened this issue 5 years ago • 6 comments

Hi, I had downloaded smartdenovo,and running the command:

-bash-4.1$ ./smartdenovo-master/smartdenovo.pl -c 1 ~/scsio/Nanopore/Data/N_all_filt.fq > wtasm.mak but the error coming: Died at ./smartdenovo-master/smartdenovo.pl line 23. I don't know how to deal with it. Could you tell me how to do about it? Thank you.

baizixiansheng avatar Sep 20 '19 11:09 baizixiansheng

Put programs under the same directory with smartdenovo.pl.

ruanjue avatar Sep 20 '19 12:09 ruanjue

Thank you very much for your answer. But I've just tried a few minutes ago, and it still make mistakes: Died at ./smartdenovo-master/smartdenovo.pl line 23. My command is: ./smartdenovo.pl -p prefix -c 1 N_all_filt.fq > prefix.mak And the line 23 of smartdenovo.pl is: $opts{pre} = gwhich("wtpre") || die;

baizixiansheng avatar Sep 20 '19 12:09 baizixiansheng

Have you compile smartdenovo?

ruanjue avatar Sep 20 '19 12:09 ruanjue

Sorry, I realized that when I compile it, there was a mistake: wtzmo.c:1738: error: ‘FileReader’ has no member named ‘tabs’ wtzmo.c:1738: error: ‘FileReader’ has no member named ‘tabs’ wtzmo.c:1738: error: ‘FileReader’ has no member named ‘tabs’ wtzmo.c:1766: error: ‘FileReader’ has no member named ‘tabs’ wtzmo.c:1767: error: ‘FileReader’ has no member named ‘tabs’ make: *** [wtzmo] Error 1 And I running the command again: ./smartdenovo.pl -p prefix -c 1 N_all_filt.fq > prefix.mak The error became: $opts{zmo} = gwhich("wtzmo") || die;

baizixiansheng avatar Sep 20 '19 12:09 baizixiansheng

https://github.com/ruanjue/smartdenovo/issues/17

ruanjue avatar Sep 20 '19 13:09 ruanjue

Oh, I get it! Thank you with all my heart!

baizixiansheng avatar Sep 20 '19 13:09 baizixiansheng