Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAxtell committed Jul 24, 2014
1 parent eec5a44 commit 43afd42
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 7,617 deletions.
8 changes: 4 additions & 4 deletions ShortStack
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;

###############MAIN PROGRAM BLOCK
##### VERSION
my $version_num = "2.0.0";
my $version_num = "2.0.1";

##### get options and validate them

Expand Down Expand Up @@ -377,7 +377,7 @@ log_it ($logfile," done\n\n");

if(($mode == 1) or ($mode == 2)) {
my @input_read_files = split (",", $reads);
my $butter_call = "butter";
my $butter_call = "butter --aln_cores $bowtie_cores";
if($no_condense) {
$butter_call .= " --no_condense";
}
Expand Down Expand Up @@ -2618,11 +2618,11 @@ Mode 1: Trim small RNA-seq reads to remove 3' adapter seqeuence, align them, and
--adapter
Mode 2: Align pre-trimmed small RNA-seq reads, and then analyze. Required options:
Mode 2: Align pre-trimmed small RNA-seq reads, and then analyze. Required option:
--reads
Mode 3: Analyze a pre-existing BAM alignment of small RNA-seq reads. Require option:
Mode 3: Analyze a pre-existing BAM alignment of small RNA-seq reads. Required option:
--bamfile
Expand Down
Loading

0 comments on commit 43afd42

Please sign in to comment.