Skip to content

Commit

Permalink
Fixed a small bug in rsem-prepare-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Li committed Nov 11, 2015
1 parent 2ffbfa7 commit 308e5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rsem-prepare-reference
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ else {
&runCommand($command);
}

$command = "rsem-preref $ARGV[1].transcripts.fa $polyAChoice $ARGV[1] -l $polyALen";
$command = "rsem-preref $ARGV[1].transcripts.fa $polyAChoice $ARGV[1]";
if ($polyAChoice != 1) { $command .= " -l $polyALen"; }
if ($polyAChoice == 2) { $command .= " -f $subsetFile"; }
if ($quiet) { $command .= " -q"; }

Expand Down

0 comments on commit 308e5b6

Please sign in to comment.