This is a short tutorial which briefly describes all major features of the Gepard program. It applies to Gepard version 1.17 or later.
.gepard/folder in the user's home directory for a file with the filename format
[sequencefilename]_[sequencelength].sa
[sequencefilename].saFor example if you are using a sequence file called "contig5.fa" the program will try to read "contig5.fa.sa" from the same directory as well as the corresponding file including the sequence length from the ".gepard/" directory.
java -cp lib/gepard.jar org.krumsiek.gepard.common.GenSAFileVmatch <sequencefile> <outfile>
java -Xmx512m -cp lib/gepard.jar org.krumsiek.gepard.common.GenSAFile <sequencefile> <outfile>The option "-Xmx512m" means that the program may use 512 megabytes of memory.
Examples
Here are some examples for command line dotplot calls which create plots between Escherichia coli versus Shigelia flexneri. As of the time of the last editing of this text, the genome files could for instance be retrieved from the NCBI FTP:gepardcmd.sh -seq1 NC_000913.fna -seq2 NC_004337.fna -matrix matrices/edna.mat -outfile plot.png
gepardcmd.sh -seq1 NC_000913.fna -seq2 NC_004337.fna -matrix matrices/edna.mat -outfile plot.png -lower 50
./gepardcmd.sh -seq1 NC_000913.fna -seq2 NC_004337.fna -matrix matrices/edna.mat -outfile plot.png -lower 50 -maxwidth 1500 -maxheight 1500 -from1 1760000 -to1 1850000 -from2 32% -to2 34%
java -Xmx512m -cp lib/gepard.jar org.krumsiek.gepard.common.GenSAFile NC_000913.fna NC_000913.fna.sa gepardcmd.sh -seq1 NC_000913.fna -seq2 NC_004337.fna -matrix matrices/edna.mat -outfile plot.png -safile NC_000913.fna.sa