Skip to content

Commit 1b09ae1

Browse files
committed
fixing formatting
1 parent fb63e5c commit 1b09ae1

1 file changed

Lines changed: 18 additions & 32 deletions

File tree

docs/microbiorust-py.md

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -20,46 +20,32 @@ microbiorust-py contains the following features:
2020

2121
GenBank 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
3127
gbk_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
3933
embl_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
4638
parse_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
5343
get_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
6250
amino_percentage # percentage of each amino acid in the provided sequence
6351

64-
65-

0 commit comments

Comments
 (0)