User Ratings

★★★★★
★★★★
★★★
★★
4
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • change the combination calculation funtion, i.e. nCk, to sub combination { my( $n, $k ) = @_; return unless defined $n && $n =~ /^\d+$/ && defined $k && $k =~ /^\d+$/; my $product = 1; while( $k > 0 ) { $product *= $n--; $product /= $k--; } return $product; } as in Math/Counting.pm get 30% of speedup!
  • The software is great, but be aware there is a mistake in the README file. It tells you to point to the program 'blastall' when setting $self->{blast} = "/location/of/blastall" but actually you need to point to 'blastn' not 'blastall'. The the program works fine. Good job!
  • Vdjfasta is great! Thanks.
    1 user found this review helpful.
  • This core module enables a variety of sophisticated antibody analysis.
  • Previous
  • You're on page 1
  • Next