Platanus: command not found
2
0
Entering edit mode
3.7 years ago
puipui • 0

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?

assembly software error • 1.0k views
ADD COMMENT
0
Entering edit mode

what is the output of echo $PATH?

ADD REPLY
1
Entering edit mode
3.7 years ago
Shalu Jhanwar ▴ 520

Have you checked the path at which Platanus is installed? You can do that using which Platanus.

Also, have you checked if the installed path globally accessible as you haven't mentioned the absolute path in the above command? You can make the installed path accessible by including it in your ~/.bashrc file.

Hope this helps!

ADD COMMENT
0
Entering edit mode
3.7 years ago
Mbillah ▴ 140

Step1: Download precompiled file (http://platanus.bio.titech.ac.jp/?ddownload=145) Step2: rename it as "platanus" Step3: Finally run ./platanus then you can see the available platanus option.

ADD COMMENT

Login before adding your answer.

Traffic: 2239 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