Skip to content

Commit

Permalink
Fix a serious bug in wrapper for not generating cdr3 report file when…
Browse files Browse the repository at this point in the history
… input barcode file
  • Loading branch information
mourisl committed Jul 27, 2021
1 parent f7b3299 commit 59875ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-trust4
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ if ( $stage <= 2 )
{
$annotatorArgs .= " -r ${prefix}_assembled_reads.fa" ;
}
else
{
$annotatorArgs .= " --outputCDR3File" ;
}

if ( $vdjcRef eq "" )
{
Expand Down

0 comments on commit 59875ea

Please sign in to comment.