You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract lists of gene names from fasta files. Use command such as: grep ">" genome1.DNA.fa |egrep -o '^>(\w|\d|\.){1,20}' |egrep -o '(\w|\d|\.){1,20}' >genome1_genelist.txt
Run GenomeHistory three times: genome 1 against itself, genome 2 against itself, and genome 1 versus genome 2.