-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs with example of alternative start codon use
- Loading branch information
1 parent
e92a7f9
commit c0f7962
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,20 @@ The command below [#f1]_ identifies coding sequences from NCBI format | |
tests/examples/ncbi [email protected] -v | ||
---------------------------------------- | ||
NCBI format input sequences - no introns | ||
---------------------------------------- | ||
|
||
The command below [#f1]_ identifies coding sequences from NCBI format | ||
[#f2]_ input for two proteins, one of which has an alternative start | ||
site. | ||
|
||
.. code-block:: bash | ||
ncfp --allow_alternative_start_codon \ | ||
tests/test_input/sequences/input_alternative_start.fasta \ | ||
tests/examples/alternative_start [email protected] -v | ||
------------------------------------------- | ||
UniProt format input sequences - no introns | ||
------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Licensing | |
Unless otherwise indicated, all code is subject to the following agreement: | ||
|
||
(c) The James Hutton Institute 2017-2019 | ||
(c) The University of Strathclyde 2019-2020 | ||
(c) The University of Strathclyde 2019-2022 | ||
Author: Leighton Pritchard | ||
|
||
Contact: [email protected] | ||
|
@@ -26,7 +26,7 @@ The MIT License | |
--------------- | ||
|
||
Copyright (c) 2017-2019 The James Hutton Institute | ||
Copyright (c) 2019-2020 The University of Strathclyde | ||
Copyright (c) 2019-2022 The University of Strathclyde | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters