ruanjue / wtdbg2

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

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

Open WHEREISSHE opened 1 year ago

WHEREISSHE commented 1 year 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 1 year ago

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

WHEREISSHE commented 1 year 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.