someone's already working with this helpful OrthoANI (OAT command line)
0
0
Entering edit mode
4.1 years ago
AbdelAbdel ▴ 30

Hello, help me. I need to work with the useful OrthoANI (OAT command line) which measures the global similarity between genomes. I'm working on 145 genomes so per command line it will be good but standard software.

genome sequence • 1.3k views
ADD COMMENT
0
Entering edit mode

I never used orthoANI but the usage is pretty simple, it is an all vs all. What did you try so far?

ADD REPLY
0
Entering edit mode

I haven't found the solution yet. by graphical interface you have the right for 10 genomes but for 145 impossible that's why I chose command line, but I don't know how to do it?

ADD REPLY
0
Entering edit mode
for f1 in /path/to/genomes_fasta/*
do
  for f2 in /path/to/genomes_fasta/*
  do
   java –jar ./OAT_cmd.jar -blastplus_dir /path/to/NCBI/blast_version/bin/ –fasta1 "$f1"-name –fasta2 "$f2"
  done
done

I never used orthoANI before so I would try this with few genomes e.g. 5 to see if it works. Alternatively you could try pyani

ADD REPLY

Login before adding your answer.

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