Skip to content

Commit

Permalink
Removing the -C parameter in BUILD
Browse files Browse the repository at this point in the history
The jellyfish option to use -C parameter (canonical counts) is de-activated, because it caused skewed counting results when the KINDEX is applied on assembled data.
  • Loading branch information
tschmutzer authored Jun 5, 2019
1 parent 3a25e2a commit be42c21
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/kmasker/kmasker_build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ sub build_kindex_jelly{
}

#BUILD JELLY index
if($seq_type eq "reads"){
$setting .= " -C"
}
#if($seq_type eq "reads"){
# $setting .= " -C"
#}

print "\n ... start construction of kindex with the following parameters ".$setting." \n";
my $FILE_jelly = "KINDEX_".$HASH_info{"kindex name"}.".jf";

Expand Down Expand Up @@ -731,4 +732,4 @@ sub promptUser {



1;
1;

0 comments on commit be42c21

Please sign in to comment.