Skip to content

Commit

Permalink
added note that gene info is optional [Skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
averagehat committed Mar 16, 2016
1 parent 409102f commit 1c8f6f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/scripts/degen_regions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ position 1 is coding
degen_regions -i tests/Den4_MAAPS_TestData16.fasta -o output.tsv --gb-file tests/testinput/sequence.gb --cds 1,1
Without Gene Information
------------------------
The gene information is optional. If it is not provided the output file will not be annotated with the gene information; otherwise, the output will look the same (you will also lose the "non-coding region" flag.)

.. code-block:: bash
degen_regions -i tests/Den4_MAAPS_TestData16.fasta -o output.tsv
Output
------

Expand Down

0 comments on commit 1c8f6f6

Please sign in to comment.