Skip to content

Commit

Permalink
No need for sass
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Mar 4, 2020
1 parent fae5514 commit b14b5be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions anvio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,10 +1491,9 @@ def get_consensus_and_departure_data(variable_item_frequencies):

def convert_sequence_indexing(index, source="M0", destination="M1"):
"""
Anvi'o zero-indexes sequences. For example, the methionine that every
ORF starts with has the index 0 (M0). This is in contrast to the rest of the
world, in which the methionine is indexed by 1 (M1). This function converts
between the two.
Anvi'o zero-indexes sequences. For example, the methionine that every ORF starts with has the
index 0 (M0). This is in contrast to the most conventions, in which the methionine is indexed by
1 (M1). This function converts between the two.
index : integer, numpy array, pandas series, list
The sequence index/indices you are converting.
Expand Down

1 comment on commit b14b5be

@meren
Copy link
Member

@meren meren commented on b14b5be Mar 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MORE SASS IS NECESSARY.

Please sign in to comment.