Skip to content

Commit

Permalink
Adjust one internal parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Dec 9, 2022
1 parent 36ffe8a commit 83a632d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ int main( int argc, char *argv[] )
}

bool mayTrim = false ;
if ( gidx == 3 && geneOverlap[3].seqStart < indexKmerLength && geneOverlap[3].similarity > 0.95 )
if ( gidx == 3 && geneOverlap[3].seqStart < 9 && geneOverlap[3].similarity > 0.95 )
//&& geneOverlap[3].readEnd + indexKmerLength >= sortedReads[i].len
//&& refSet.GetSeqName( geneOverlap[3].seqIdx )[2] != 'H' )
mayTrim = true ;
Expand Down
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 'cwd' ;
use Cwd 'abs_path' ;
use File::Basename ;

die "TRUST4 v1.0.8-r424 usage: ./run-trust4 [OPTIONS]:\n".
die "TRUST4 v1.0.8-r425 usage: ./run-trust4 [OPTIONS]:\n".
"Required:\n".
#"\t[Input]:\n".
"\t-b STRING: path to bam file\n".
Expand Down

0 comments on commit 83a632d

Please sign in to comment.