Skip to content

Commit

Permalink
Update deepsea.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkw committed Dec 2, 2019
1 parent 5ad2ebb commit 1822c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deepsea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We support three types of input: vcf, fasta, bed. If you want to predict effects

**Bed format** provides another way to specify sequences in human reference genome (hg19). The bed input should specify 1000bp-length regions. A minimal example is ``chr1 109817091 109818090``. The three columns are chromosome, start position, and end position.

We recommend using the web server if you have <10,000 variants or sequences. You will experience degraded performance when submitting a larger set of sequeneces. In those instances, you may run the standalone version on your local machine, or contact our group directy.
We recommend using the web server if you have <10,000 variants or sequences. You will experience degraded performance when submitting a larger set of sequeneces. In those instances, we suggest that you split the set into multiple <10,000 submissions, or run the standalone version on your local machine, or contact our group directy.

We support only ``GRCh37/hg19`` genome coordinates. You can use LiftOver to convert your coordinates to the correct version.

Expand Down

0 comments on commit 1822c2d

Please sign in to comment.