From f0bb13cc2a59a4a0a1fbf6278ff874dc31240036 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Sun, 11 Feb 2024 22:02:51 +0100 Subject: [PATCH] fix renamed argument --- src/star/star_align/script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/star/star_align/script.py b/src/star/star_align/script.py index 3be36d3b..fcb31888 100644 --- a/src/star/star_align/script.py +++ b/src/star/star_align/script.py @@ -13,8 +13,8 @@ "src/star/star_align/test_data/a_R2.1.fastq", "src/star/star_align/test_data/a_R2.2.fastq", ], - "genome_dir": "src/star/star_align/test_data/genome.fasta", - "output": "test_output" + "genomeDir": "src/star/star_align/test_data/genome.fasta", + "aligned_reads": "aligned_reads.sam" } meta = { "cpus": 8,