-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from andersen-lab/get-lineage-def
Get lineage def
- Loading branch information
Showing
9 changed files
with
186 additions
and
27 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. click:: freyja._cli:barcode_build | ||
:prog: freyja barcode-build | ||
:nested: full | ||
:commands: barcode-build | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.. click:: freyja._cli:get_lineage_def | ||
:prog: freyja get-lineage-def | ||
:nested: full | ||
:commands: get_lineage_def | ||
|
||
------------ | ||
|
||
**Example Usage:** | ||
|
||
This command fetches the lineage-defining mutations for the specified lineage. Defaults to stdout if no output file is specified. | ||
|
||
.. code-block:: bash | ||
freyja get-lineage-def B.1.1.7 | ||
C241T | ||
C913T | ||
C3037T | ||
C3267T | ||
C5388A | ||
(cont...) | ||
If a gene annotation file (gff3) is provided along with a reference genome (fasta), the mutations will include the respective amino acid changes for non-synonymous mutations. | ||
|
||
.. code-block:: bash | ||
freyja get-lineage-def BA.2.12 --annot freyja/data/NC_045512_Hu-1.gff --ref freyja/data/NC_045512_Hu-1.fasta | ||
... | ||
C21618T(S:T19I) | ||
T22200G(S:V213G) | ||
G22578A(S:G339D) | ||
C22674T(S:S371F) | ||
T22679C(S:S373P) | ||
C22686T(S:S375F) | ||
A22688G(S:T376A) | ||
G22775A(S:D405N) | ||
A22786C(S:R408S) | ||
G22813T(S:K417N) | ||
(cont...) |
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
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
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
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
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