I installed Platanus_v1.2.4 on my ubuntu 18.04.3 LTS. then moved it into miniconda3>bin. Created a temporary folder inside reads folder using "mkdir temp" command. then, write this command, "Platanus assemble -o platanus_k31 -f read_1.fastq read_2.fastq -k31 -t 2 -m 2 -tmp ./temp 2> assemble.log" But a assemble.log opens with a message command not found. What should I do?
what is the output of
echo $PATH
?