ruanjue / wtdbg2

Redbean: A fuzzy Bruijn graph approach to long noisy reads assembly
GNU General Public License v3.0
513 stars 94 forks source link

Died at /home/synbiolab/SoftWares/wtdbg2/wtdbg2.pl line 25. #251

Open WHEREISSHE opened 2 years ago

WHEREISSHE commented 2 years ago

when i trying to execute : wtdbg2.pl -o canu_res/RS35 -t 12 -g 3.9m -P RS35.fasta An error occured with notion: Died at /home/synbiolab/SoftWares/wtdbg2/wtdbg2.pl line 25 How could I fix this?Thanks!

ruanjue commented 2 years ago

It cannot find program wtdbg2 in your $PATH or current directory

WHEREISSHE commented 2 years ago

It cannot find program wtdbg2 in your $PATH or current directory

But I have already added export PATH="/home/synbiolab/SoftWares/wtdbg2:$PATH" to .bashrc file.