aboutsummaryrefslogtreecommitdiff
path: root/tools/star.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star.nix')
-rw-r--r--tools/star.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star.nix b/tools/star.nix
index 744c4e0..1209d4d 100644
--- a/tools/star.nix
+++ b/tools/star.nix
@@ -4,7 +4,7 @@ with bionix;
{
/* Align RNA against a reference genome
- Type: { ref, ... } -> { input1, input2 } -> bam
+ Type: { ref, ... } -> { input1, input2 } -> bam
*/
align = callBionixE ./star-align.nix;
index = callBionixE ./star-index.nix;