Skip to content

Commit

Permalink
fix: index of STAR with uncompressed genome
Browse files Browse the repository at this point in the history
  • Loading branch information
danilotat committed Dec 18, 2024
1 parent bc68122 commit 84eb78f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflow/rules/index.smk
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ rule star_index:
time="6:00:00",
shell:
"""
mkfifo genome
zcat {input.fasta} > genome &
STAR --runMode genomeGenerate --runThreadN {threads} --genomeDir {output} \
--genomeFastaFiles genome --sjdbOverhang 100 --sjdbGTFfile {input.gtf}"""

Expand Down

0 comments on commit 84eb78f

Please sign in to comment.