extract-codon-alignment
1 Introduction
extract-codon-alignment (https://github.com/linzhi2013/extract_codon_alignment) is a tool to extract some codon positions (1st, 2nd, 3rd) from a CDS alignment with Biopython (http://www.biopython.org/)
2 Installation
$ pip install extract-codon-alignment
# or with Bioconda
conda install extract-codon-alignment
There will be a command extract_codon_alignment created under the same directory as your pip command.
3 Usage
$ extract_codon_alignment
usage: extract_codon_alignment [-h] --alignedCDS <file>
[--aln_format <format>]
[--codonPoses {1,2,3,12,13,23}] --outAln <file>
To extract some codon positions (1st, 2nd, 3rd) from a CDS alignment.
optional arguments:
-h, --help show this help message and exit
--alignedCDS <file> The CDS alignment.
--aln_format <format>
the file format for the CDS alignment. Anything
accepted by BioPython is fine [fasta]
--codonPoses {1,2,3,12,13,23}
Codon position(s) to be extracted [12]
--outAln <file> output file name
Author
Guanliang MENG
Citation
Currently I have no plan to publish extract-codon-alignment.
However, since extract-codon-alignment makes use of Biopython, you should cite it if you use extract-codon-alignment in your work:
Peter J. A. Cock, Tiago Antao, Jeffrey T. Chang, Brad A. Chapman, Cymon J. Cox, Andrew Dalke, Iddo Friedberg, Thomas Hamelryck, Frank Kauff, Bartek Wilczynski, Michiel J. L. de Hoon: “Biopython: freely available Python tools for computational molecular biology and bioinformatics”. Bioinformatics 25 (11), 1422–1423 (2009). https://doi.org/10.1093/bioinformatics/btp163
Please go to http://www.biopython.org/ for more details.
Release files for extract-codon-alignment 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| extract-codon-alignment-0.0.1.tar.gz | 15.5 kB | Details |
Release files / extract-codon-alignment-0.0.1.tar.gz
| Download URL | extract-codon-alignment-0.0.1.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f653996832e47cccb4dcdda475c24153472133f08dcc9347a9149b5ff6a5f1af
|
|
BLAKE2b-256 checksum How to use checksums |
85cbbbf1ab665488babd5da1ef7916c3efbb27afff68e51c961ce7c91a7c1573
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|