Skip to content

Commit

Permalink
README.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphrasiologist committed Apr 25, 2022
1 parent ba8f622 commit 69a4abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Written for Darwin Tree of Life chromosomal level genome assemblies. The executa
- Di/tri/tetranucleotide shannon diversity
- Di/tri/tetranucleotide frequency arrays

Output files can be visualised using <a href="https://github.com/tolkit/fw_plot">fw_plot</a> or grouped using <a href="https://github.com/tolkit/fw_group">fw_group</a>
Output files can be visualised using <a href="https://github.com/tolkit/fw_plot">fw_plot</a> or grouped using <a href="https://github.com/tolkit/fw_group">fw_group</a>.

## Download

Expand All @@ -27,7 +27,7 @@ conda create -n fasta_windows -c bioconda fasta_windows
## Usage

```
Fasta windows 0.2.2
Fasta windows 0.2.3
Max Brown <[email protected]>
Quickly compute statistics over a fasta file in windows.
Expand Down
1 change: 1 addition & 0 deletions src/fw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub fn fasta_windows(
};

// begin sliding windows
// consider changing this to chunks_exact?
let windows = fasta_record.seq().chunks(window_size);

for win in windows {
Expand Down

0 comments on commit 69a4abe

Please sign in to comment.