We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88235b7 commit a62b377Copy full SHA for a62b377
mashtree.pl
@@ -252,7 +252,7 @@ sub mashSketch{
252
# Do different things depending on fastq vs fasta
253
my $sketchXopts="";
254
if(grep {$_ eq $fileExt} @fastqExt){
255
- $sketchXopts.="-c 20 -m $$settings{mindepth} -g $$settings{genomesize} ";
+ $sketchXopts.="-m $$settings{mindepth} -g $$settings{genomesize} ";
256
} elsif(grep {$_ eq $fileExt} @fastaExt) {
257
$sketchXopts.=" ";
258
} else {
0 commit comments