Skip to content

Commit

Permalink
docs: better doc formatting for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Nov 10, 2023
1 parent d51d778 commit cd9cf2e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions cakes-results/python/cakes_results/genomic/parse_silva.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,18 @@ def parse(
are parsed into four files:
1. A plain text file containing the sequences as they appear in the FASTA
file. The sequences are separated by newlines.
file. The sequences are separated by newlines.
2. A plain text file containing the sequences with all gaps removed. The
sequences are separated by newlines.
sequences are separated by newlines.
3. A plain text file containing the headers of the sequences. The headers
are separated by newlines.
are separated by newlines.
4. A plain text file containing the alphabet and the number of times each
character appears in the sequences. The first line contains the alphabet
in sorted order. The remaining lines contain the character and the
number of times it appears in the sequences.
character appears in the sequences. The first line contains the alphabet
in sorted order. The remaining lines contain the character and the number
of times it appears in the sequences.
"""
logger.info(f"parsing: {fasta_file}")

Expand Down

0 comments on commit cd9cf2e

Please sign in to comment.