File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,46 +20,32 @@ microbiorust-py contains the following features:
2020
2121GenBank input:
2222
23- gbk_to_faa # converts gbk format to protein fasta
24-
25- gbk_to_fna # converts gbk format to DNA sequence contigs fasta
26-
27- gbk_to_ffn # converts gbk format to DNA gene sequence fasta
28-
29- gbk_to_gff # converts gbk format to GFF3
30-
23+ gbk_to_faa # converts gbk format to protein fasta
24+ gbk_to_fna # converts gbk format to DNA sequence contigs fasta
25+ gbk_to_ffn # converts gbk format to DNA gene sequence fasta
26+ gbk_to_gff # converts gbk format to GFF3
3127gbk_to_faa_count # counts numbers of protein fasta converted from gbk
3228
33- EMBL input:
34-
35- embl_to_faa
36-
37- embl_to_fna
38-
29+ EMBL input:
30+
31+ embl_to_faa
32+ embl_to_fna
3933embl_to_gff
4034
41-
42- BLAST input:
43-
44- parse_tabular # streaming parse BLAST input as -outfmt 6
45-
35+ BLAST input:
36+
37+ parse_tabular # streaming parse BLAST input as -outfmt 6
4638parse_XML # streaming BLAST parser for -outfmt 5
4739
48-
49- Alignment input (MSA):
50-
51- subset_msa_alignment # subset the alignment by row and column
52-
40+ Alignment input (MSA):
41+
42+ subset_msa_alignment # subset the alignment by row and column
5343get_consensus # get a consensus sequence for your MSA alignment
5444
5545
56- Calculate sequence metrics:
57-
58- hydrophobicity
59-
60- amino_counts # counts of each amino acid in the provided sequence
61-
46+ Calculate sequence metrics:
47+
48+ hydrophobicity
49+ amino_counts # counts of each amino acid in the provided sequence
6250amino_percentage # percentage of each amino acid in the provided sequence
6351
64-
65-
You can’t perform that action at this time.
0 commit comments