Skip to content

Commit

Permalink
Update Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c authored May 8, 2024
1 parent 06f7333 commit 750f995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ rule map_to_genome_by_star:
threads: 24
shell:
"""
ulimit -n 20000
ulimit -n $(ulimit -Hn)
rm -f {params.un}
mkfifo {params.un}
cat {params.un} | gzip > {output.un} &
Expand Down

0 comments on commit 750f995

Please sign in to comment.