You just need to click on the *run* tab of the main menu, and follow the fields. All results will be stored in the result menu.
### (2) Updatable job name
{% set puce=puce+1 %}
#### ({{puce}}) Updatable job name
Required field
An unique job name is set automatically. You could change it. Note that is a job already exists with this name, it will be automatically renamed.
### (3) User email
{% set puce=puce+1 %}
{% if mode == "webserver" %}
#### ({{puce}}) User email
Required field
Please fill your email. When the mail will be finished, you will receive a mail to inform you that your job is done. Also, some features in the result page will send you a mail to this address.
For numbers from 1 to {% if mode == "webserver" %}3{% else %}2{% endif %}, see previous section.
#### ({{puce}}) Alignment file
Required field (except if backup file is filled, see bellow)
An alignment file in PAF or MAF format.
Allowed extensions: paf, maf
With the selector at the left, you can choose giving a local file or an URL. For a local file, select it by clicking on the button at the right.
{% set puce=puce+1 %}
#### ({{puce}}) Target file
Required field (except if backup file is filled, see bellow)
Could be the fasta file for the target or the corresponding index file.
To improve bandwidth and computation time, we recommend to use the index file. This file format is described [here](/documentation/formats#index-file). You can use [our tool](https://raw.githubusercontent.com/genotoul-bioinfo/dgenies/v{{version}}/src/dgenies/bin/index.py) to build it.
Allowed extensions:
Fasta: fa, fasta, fna, fa.gz, fasta.gz, fna.gz
Index: idx
With the selector at the left, you can choose giving a local file or an URL. For a local file, select it by clicking on the button at the right.
{% set puce=puce+1 %}
#### ({{puce}}) Query file
Optional field
Could be the fasta file for the query or the corresponding index file.
Works like the target file.
{% set puce=puce+1 %}
#### ({{puce}}) Backup file
Optional field
Works like the target file. If not given, target file will be mapped to itself, in all-vs-all mode.
If you download backup from a previous job, you can add it here to restore the job. In this case, don't fill previous fields, only this one is required.
Max file size: ###size### (###size_unc### once uncompressed)
\ No newline at end of file
With the selector at the left, you can choose giving a local file or an URL. For a local file, select it by clicking on the button at the right.
@@ -29,11 +29,12 @@ To come back to the initial view, click on the icon at the top right of the dotp
Several export options are available:
* Export as image (SVG or PNG - suitable for publication). The zoom will be ignored. All other changes (see below) will be kept at export.
* Export as image (SVG or PNG - suitable for publication). All changes applied to the dot plot will be kept on export, including zoom.
* Download the PAF file generated by minimap2.
* Download the association table: TSV file with, for each contig of the query, the associated chromosome of the target with position of the match.
* List of contigs of the query which have no match with any chromosome of the target.
* List of chromosomes of the target which have no match with any contig of the query.
* Export the job as a tar file which can be re-uploaded in the run form to restore the job ([see here](/documentation/run#plot-alignment-mode)).
And, if you sorted the dotplot:
...
...
@@ -42,10 +43,13 @@ And, if you sorted the dotplot:
### (4) Color scheme
You can change the default color scheme. Two other color schemes are available:
You can change the default color scheme. Five other color schemes are available:
* Colorblind colors: colors more distinguishable for colorblind people.
* Black & White: for black & white printing.
* Reverse default: default colors but colors with the lower mapping identity have the lower brightness.
* Reverse Coloblind: same as reverse default, but with colorblind colors.
* All black: all in black.
To change color scheme, click on the legend.
...
...
@@ -57,32 +61,32 @@ You can remove too small matches by moving the slider. By increments, it remove
Set the minimal identity to show. All matches with a lower identity value will be hidden.
### Strong precision
### (7) Strong precision
By default, we add a line cap to each line to ease visualization, but it makes limit of the matches less precise. You can remove them by checking the box.
When checked, the strong precision check-box reduces match borders removing small matches from the graphical panel, often showing gaps between non contiguous matches.
### (7) Line breadth
### (8) Line breadth
Change the match lines thickness with the slider.
### (8) Chrom. border breadth
### (9) Chrom. border breadth
Change the visibility of the chromosomes borders with the slider.
### (9) Sort
### (10) Sort
You can sort (or unsort) contigs by clicking on the button. Contigs of the query will be sorted according to the reference. It will take few seconds.
How it works? For each contig of the query we search the region which have the biggest matches with the target and store these coordinates. Then, we sort contigs by their associated coordinates.
### (10) Hide noise
### (11) Hide noise
To remove noise. A match is considered noise if its size is small and its size frequency is quite high. Therefore we group matches by size bins, the number of bins corresponds to one tenth of the number of alignments, the bins are scanned in increasing size order to find the most represented one and from this one the one corresponding to one percent of its count is searched. All the alignments in bins smaller in size than this one are considered noise. It will take few seconds.
### (11) Similarity summary
### (12) Similarity summary
To ease dot plot comparison, clicking the summary button generates a bar graph presenting the reference similarity profile, meaning the sums of the projections of the matches on the reference per similarity category divided by the total reference length. This graph is produced after sorting the query along the reference, removing included matches and noise filtering; result not shown on the graphical panel. It gives a realistic view of the overall reference and query similarity which is often not very precisely measured through visual inspection.
### (12) Delete job
### (13) Delete job
By clicking on the button, your job will be definitively removed on the server. Be careful, this operation can not be undone!