Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Feb 12, 2020
1 parent 5999bc1 commit 4fa88d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trust-simplerep.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\t--barcodeCnt: the count column is the number of barcode instead of read support. (default: not used)\n".
"\t--junction trust_annot.fa: output junction information for the CDR3 (default: not used)\n".
"\t--noPartial: do not including partial CDR3 in report. (default: include partial)\n".
"\t--filterTcrError FLOAT: filter TCR CDR3s less than the fraction of representative CDR3 in the consensus. (default: 0.05)\n"
"\t--filterTcrError FLOAT: filter TCR CDR3s less than the fraction of representative CDR3 in the consensus. (default: 0.05)\n".
"\t--filterBcrError FLOAT: filter BCR CDR3s less than the fraction of representative CDR3 in the consensus. (default: 0)\n"
if ( @ARGV == 0 ) ;

Expand Down

0 comments on commit 4fa88d0

Please sign in to comment.