Skip to content

Commit

Permalink
Fix an issueing of generating AIRR file for the smartseq wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Apr 7, 2024
1 parent d19bb3a commit 73d5062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-trust4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Cwd qw(cwd abs_path) ;
use File::Basename ;
use File::Path qw(make_path) ;

die "TRUST4 v1.1.0-r498 usage: ./run-trust4 [OPTIONS]:\n".
die "TRUST4 v1.1.0-r499 usage: ./run-trust4 [OPTIONS]:\n".
"Required:\n".
#"\t[Input]:\n".
"\t-b STRING: path to bam file\n".
Expand Down
2 changes: 1 addition & 1 deletion trust-smartseq.pl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ sub GetPairChainType
my $contigId = (split /_/, $cols[0])[0] ;
next if (!defined $selectedContigs{$contigId}) ;
my @matchedCols = @{$representativeCols[ $selectedContigs{$contigId} ]} ;
if ($matchedCols[2] eq $cols[12])
if ($matchedCols[2] eq $cols[13])
{
$cols[0] = ${cellPrefix}."_".$cols[0] ;
print FPfinalairr join("\t", @cols), "\n" ;
Expand Down

0 comments on commit 73d5062

Please sign in to comment.