Entering edit mode
4.5 years ago
ashaneev07
▴
40
Hiii....
I've been trying to run Evidence modeler using gene predictions from Augustus and snap. But i'm getting the following error. Can anyone please help me out of this? Thank you in advance....
writing /home/Documents/EVM/inputs/genes.final.gff3 for scf7180000642636
Error, cannot write to scf7180000642636/genes.final.gff3 at partition_EVM_inputs.pl line 270, <$fh> line 1.
did you check if you have write permission in the directory you are writing to? Or that there is still sufficient storage available in that location?
I've checked it with the snap file only but, that seems running smoothly and creates output files in the same directory. by adding the augustus result it shows the same error.
did you check if you did not fill up the disk space in the meanwhile?
perhaps also provide the full cmdline you are trying to execute.
disc has more than1 tb available. The following command was used
thanks.
and it's not because the disk is a 1Tb one it can't be full, or there could be user specified quota active on that disk.
hmm... i've even run with augustus result only but that shows the same error. Is there any problem with augustus file? here is the file.
not at first sight no.
Perhaps you can compare this augustus gff file with one that does work? (or do none of them work?)
if you know a little bit of PERL language you could also have a look at what is going on on that specified line n the perl script.