Problem using FastML for ancestral sequence reconstruction
1
0
Entering edit mode
22 months ago
CM • 0

Dear forumers,

I've been trying to generate an ancestral sequence using the ancestral sequence reconstruction software FAstML.

I am using the command line and have made sure the input files (both the aligned sequences and the phylogenetic tree) are in correct format, but every time I start the program it terminates, showing the following message:

sh: 1: cannot create outdir/fastml.std: Directory nonexistent 

FASTML EXIT ON ERROR:
 FASTML failed to run, one of the files seq.marginal.txt or prob.marginal.txt were not created...

I've tried different methods, and made sure the files and software were in the right directory but I still keep getting this message.

Any help or insight is appreciated!

Thank you so much.

FastML ancestral-sequence-reconstruction fastml.std • 1.0k views
ADD COMMENT
0
Entering edit mode

Hey, did you manage to solve that problem? Im in the same situation as you :(

ADD REPLY
1
Entering edit mode
22 months ago
Mensur Dlakic ★ 27k

It does not seem that you understand the meaning of this error message:

sh: 1: cannot create outdir/fastml.std: Directory nonexistent

The program is trying to create a file fastml.std in directory outdir, but it can't do so because that directory doesn't exist. That means one of two things: 1) you don't have write permissions in the directory in which you are trying to run the program; 2) the program can't create the directory on its own, so you have to do it manually before running FastML by typing:

mkdir outdir
ADD COMMENT
0
Entering edit mode

Hi Mensur, thank you so much for the reply! I manually created the output directory before running FastML but I still get the same message:

sh: 1: cannot create outdir/fastml.std: Directory nonexistent

FASTML EXIT ON ERROR:

FASTML failed to run, one of the files seq.marginal.txt or prob.marginal.txt were not created...

It's almost like the output folder cannot be detected... Is there perhaps a file that I need to create beforehand as well ?

ADD REPLY

Login before adding your answer.

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