Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owenjm committed Jun 1, 2015
1 parent d05bd84 commit 0a4bc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions damidseq_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use File::Copy;

$|++;

my $version = "1.2pre4";
my $version = "1.2";
print STDERR "\ndamidseq_pipeline v$version\nCopyright © 2013-15, Owen Marshall\n\n";

# Global options
Expand Down Expand Up @@ -899,7 +899,7 @@ sub find_quants {
push (@frags, $score);
}

printout("Sorting frags ...\n");
printout("Sorting ...\n");
@frags = sort {$a <=> $b} @frags;

my @quants;
Expand Down

0 comments on commit 0a4bc33

Please sign in to comment.