Skip to content

Commit

Permalink
Fixed a bug in rsem-prepare-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Feb 14, 2020
1 parent 45c43fb commit e4dda70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rsem-prepare-reference
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ if ($star) {
" --sjdbGTFfile $gtfF " .
" --sjdbOverhang $star_sjdboverhang " .
" --outFileNamePrefix $ARGV[1]";
$command .= " --limitGenomeGenerateRAM $star_limit_ram";
}
&runCommand($command);
}

Expand Down

0 comments on commit e4dda70

Please sign in to comment.