aboutsummaryrefslogtreecommitdiff
path: root/tools/last.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/last.nix')
-rw-r--r--tools/last.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/last.nix b/tools/last.nix
index 3755bde..870bfe6 100644
--- a/tools/last.nix
+++ b/tools/last.nix
@@ -4,7 +4,7 @@ with bionix;
rec {
/* Align reads against a reference genome
- Type: { ref :: fastq, ... } -> { input1, input2} -> last
+ Type: { ref :: fastq, ... } -> { input1, input2} -> last
*/
align = callBionixE ./last-align.nix;
index = callBionixE ./last-index.nix;